服务端的TigerApi 框架,基于.NET6 2024 版本
Ben Lin
2024-10-27 582d7ab9eb6879f4b5f3e1b1b7d162f3d53a0e39
Tiger.Model.Net/Entitys/WMS/Api/BaseInput.cs
@@ -50,14 +50,4 @@
    {
        public bool IsItemCodeList { get; set; }
    }
    public class SmtLoadingInput : BaseCodeInput
    {
        public int Step { get; set; }
        public string prodCode { get; set; }
        public string lineCode { get; set; }
        public string pcbSurface { get; set; }
        public string moCode { get; set; }
        public string machineCode { get; set; }
    }
}