服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2025-03-10 40df5d91f800bb8b7be2638c13b4f9292d461221
Tiger.Model.Net/Entitys/WMS/Api/OutOtherEntitys.cs
@@ -21,7 +21,7 @@
        public List<string> OffLocations { get; set; }
        public List<string> OffRacks { get; set; }
        public List<BacodeRackLocation> SuggestBarcodes { get; set; }
        public decimal PickQty { get; set; }
        public double PickQty { get; set; }
        public string Qrcode { get; set; }
    }
@@ -33,8 +33,8 @@
        public string MaterialName { get; set; }
        public string MaterialStandard { get; set; }
        public string UnitCode { get; set; }
        public decimal PRQty { get; set; }
        public decimal Qty { get; set; }
        public double PRQty { get; set; }
        public double Qty { get; set; }
        public DateTime? DeliveryDate { get; set; }
        public string WarehouseCode { get; set; }
        public string WarehouseName { get; set; }
@@ -55,8 +55,8 @@
        public bool isCutting { get; set; }
        public string SN { get; set; }
        public string ItemCode { get; set; }
        public decimal Qty { get; set; }
        public decimal CutQty { get; set; }
        public double Qty { get; set; }
        public double CutQty { get; set; }
        public string regionCode { get; set; }
        public string locationCode { get; set; }
        public string Status { get; set; }
@@ -78,6 +78,6 @@
        public string WHCode { get; set; }
        public string LocationCode { get; set; }
        public string SN { get; set; }
        public decimal QTY { get; set; }
        public double QTY { get; set; }
    }
}