11
啊鑫
2024-12-23 06287f58cd161d8daa0942a950ca62aa2e10c30f
Dto/service/ProductionPickDto.cs
@@ -1,12 +1,18 @@

using NewPdaSqlServer.entity;
using NewPdaSqlServer.entity;
namespace NewPdaSqlServer.Dto.service;
public class ProductionPickDto
{
    public string? ItemModel { get; set; }
    public string? PlanNo { get; set; }
    public string? daa001 { get; set; }
    public string? barcodeNum { get; set; }
    public string? splitNum { get; set; }
    public string? barcode { get; set; }
    public List<Womdab>? totals { get; set; }