MES.Service/Dto/webApi/ErpOutWareDetails.cs
@@ -17,4 +17,11 @@ public string OutNo { get; set; } public string? Remarks { get; set; } public string? Type { get; set; } public decimal? ExpQuantity { get; set; } public decimal? ActQuantity { get; set; } public string? CustItemNo { get; set; } public string? CustItemModel { get; set; } public string? CustBillNo { get; set; } public string? MachineType { get; set; } }