服务端的TigerApi 框架,基于.NET6 2024 版本
Ben Lin
2025-03-26 e070b26178e324ea7afecccb4c5ff41f96d2dd8d
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