南骏 池
2025-08-13 b20d329978a567b22a56f2ccdffa450b03391443
Dto/service/ProductionPickDto.cs
@@ -6,6 +6,8 @@
public class ProductionPickDto
{
    public string? ItemModel { get; set; }
    public string? itemNo { get; set; }
    public string? PlanNo { get; set; }
    public string? daa001 { get; set; }
@@ -14,6 +16,8 @@
    public string? splitNum { get; set; }
    public string? barcode { get; set; }
    //拆分后条码
    public string? cfBarcode { get; set; }
    //返回信息
    public string? strMsg { get; set; }