服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2025-03-10 40df5d91f800bb8b7be2638c13b4f9292d461221
Tiger.Model.Net/Entitys/Minsun/CustSupplyCheckList.cs
@@ -13,7 +13,7 @@
        public string MaterialName { get; set; }
        public string MaterialStandard { get; set; }
        public string Unit { get; set; }
        public decimal InventoryQty { get; set; }
        public double InventoryQty { get; set; }
        public DateTime? DateCode { get; set; }
        public string DateCodeString { get; set; }
        public string LotNo { get; set; }
@@ -23,7 +23,7 @@
    {
        public string Barcode { get; set; }
        public string Unit { get; set; }
        public decimal BarcodeQty { get; set; }
        public double BarcodeQty { get; set; }
    }
    public class InputCustSupplyCheck