服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
6 天以前 232dfd1b940e69b5c264e0c9386e66a291218173
Tiger.Model.Net/Entitys/Minsun/ProdMaterialReqOutput.cs
@@ -14,8 +14,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; }