服务端的TigerApi 框架,基于.NET6 2024 版本
Ben Lin
5 天以前 5bbeade86d6266febdec3fd7e792dac7c43f9c94
Tiger.Model.Net/Entitys/WMS/Api/Resell.cs
@@ -29,9 +29,9 @@
        public string RackCode { get; set; }
        public string RackType { get; set; }
        public bool IsSmartRack { get; set; }
        public decimal Capacity { get; set; }
        public double Capacity { get; set; }
        public int LotCount { get; set; }
        public decimal MaxSize { get; set; }
        public double MaxSize { get; set; }
        public int ShelfType { get; set; }
        public bool IsScanShelf { get; set; }
    }