wbc
2024-12-25 9be7287ca8df4128ccc7406963f5b16b58bfb00c
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; }
}