| | |
| | | /// </summary> |
| | | public string ParameterCode { get; set; } |
| | | } |
| | | |
| | | |
| | | public class EqptRunDTO: BasicResult |
| | | { |
| | | public string WipOrderNo { get; set; } |
| | | |
| | | public string ProductDesc { get; set; } |
| | | |
| | | public string FirstArticleNum { get; set; } |
| | | |
| | | public string DebugNum { get; set; } |
| | | |
| | | public string ParamVersion { get; set; } |
| | | |
| | | public string ParamRefreshFlag { get; set; } |
| | | |
| | | public string ProductType { get; set; } |
| | | |
| | | public bool ProductModel { get; set; } |
| | | |
| | | public string ParameterInfo { get; set; } |
| | | |
| | | public string IsProcessed { get; set; } |
| | | |
| | | public string PreProductNo { get; set; } |
| | | } |
| | | } |