服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2024-11-28 7088d58d49ff751823381fe56afa520849ff5dff
Tiger.Model.Net/Entitys/WMS/Api/BaseInput.cs
@@ -50,9 +50,4 @@
    {
        public bool IsItemCodeList { get; set; }
    }
    public class SmtLoadingInput : BaseCodeInput
    {
        public int Step { get; set; }
    }
}