服务端的TigerApi 框架,基于.NET6 2024 版本
Ben Lin
2 天以前 43975e6d2acae02392592e312502280457854b2d
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; }