crz
2025-03-10 126436e892b6d201072b1a0c4795ff819b55270e
MES.Service/Dto/webApi/ErpReturnWareDetails.cs
@@ -9,11 +9,14 @@
    public decimal? Quantity { get; set; }
    public string? Type { get; set; }
    public string? DepotCode { get; set; }
    public decimal? ReturnType { get; set; }
    public string? ReturnType { get; set; }
    public string? ReturnNo { get; set; }
    public string? ReturnOrder { get; set; }
    public decimal OrderType { get; set; }
    public string OrderType { get; set; }
    public string OrderNumber { get; set; }
    public string OrderNo { get; set; }
    public decimal? ActQuantity { get; set; }
    public string? CustItemNo { get; set; }
    public string? CustItemName { get; set; }
    public string? CustItemModel { get; set; }
}