| | |
| | | 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 |