服务端的TigerApi 框架,基于.NET6 2024 版本
YangYuGang
2025-03-26 f0bfd117ef5435471281a4026c1da86abdc44f9d
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; }