服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2025-03-11 b9367c7d3ac63d5910a11865e3dcc2413c2140f5
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; }