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