服务端的TigerApi 框架,基于.NET6 2024 版本
Ben Lin
2025-04-21 318f08db1998f6a9e08f05ec8edc5aec4aad7882
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