MES.Service/Dto/webApi/ErpProductionOrderSubDto.cs
@@ -2,6 +2,7 @@ public class ErpProductionOrderSubDto { public string? FBILLNO { get; set; } // 序号 public string? FSEQ { get; set; } // 序号 public string? FMaterialID2 { get; set; } // 子项物料编码 public string? FMustQty { get; set; } // 需领用量 @@ -37,4 +38,6 @@ public string? FNEEDDATE { get; set; } public string? FRESERVETYPE { get; set; } public string? FMEMO { get; set; } public string? TypeB { get; set; } }