服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2024-07-15 2c188371ed9e91ba58c452dbf27150de8eca208a
Tiger.Model.Net/Entitys/MES/ParameterEntity/PositionParameter.cs
@@ -17,10 +17,22 @@
        public string OrderNo { get; set; }
    }
    public class SnInput : ApiInput
    public class SubmitInput : ApiInput
    {
        public int CurStep { get; set; }
        public string StepID { get; set; }
        public string SN { get; set; }
        public string DFT_CODE { get; set; }
        public string Data { get; set; }
    }
    public class SubmitOutput
    {
        public bool IsFinished { get; set; }
        public int CurStep { get; set; }
        public string StepID { get; set; }
        public string StepActCode { get; set; }
        public object Data { get; set; }
    }
    public class DefectOutput