using NewPdaSqlServer.entity; using NewPdaSqlServer.entity.Base; 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 string? cfBarcode { get; set; } //返回信息 public string? strMsg { get; set; } //返回参数类型 -1:失败 1:成功 public string? result { get; set; } //待扫 public List? items { get; set; } //已扫 public List? Ysitems { get; set; } public List? totals { get; set; } public List? totals1 { get; set; } public List? daisao { get; set; } public List? daisao1 { get; set; } public List yisao { get; set; } }