服务端的TigerApi 框架,基于.NET6 2024 版本
Ben Lin
2024-05-20 6738bfc4d55d8948e87cd78a2341cf4f988431f8
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; }
    }
}