wbc
2025-04-23 2f11a821259c77d8e48bb0b83e7f01b0f529b10a
MES.Service/Dto/webApi/ErpOutWareDetails.cs
@@ -4,7 +4,7 @@
{
    
    public decimal OrderType { get; set; }
    public string OrderType { get; set; }
    public string OrderNumber { get; set; }
    public string OrderNo { get; set; }
    public string? ItemNo { get; set; }
@@ -13,8 +13,17 @@
    public string? DepotCode { get; set; }
    public decimal? Quantity { get; set; }
    public decimal? OutQuantity { get; set; }
    public decimal OutType { get; set; }
    public string OutType { get; set; }
    public string OutNo { get; set; }
    public string OutOrder { 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? CustItemName { get; set; }
    public string? CustItemModel { get; set; }
    public string? CustBillNo { get; set; }
    public string? MachineType { get; set; }
}