服务端的TigerApi 框架,基于.NET6 2024 版本
Cloud Zhang
2024-05-16 4361513fb831fdd416356e576682358bd72a121c
Tiger.Model.Net/Entitys/WMS/Api/BaseInput.cs
@@ -50,4 +50,14 @@
    {
        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; }
    }
}