| | |
| | | [DisplayName("过站条码")] |
| | | public string SN { get; set; } |
| | | /// <summary> |
| | | /// 状态(0Init初始化|1Input已投入|2OK良品过站|3NG不良过站|4Repair维修中|5Finished已完工|6InStorage已入库|7Reject已拒收|8Shipped已出货|9Offline异常下线|10Scrap已报废) |
| | | /// 状态(0Init初始化|10Input已投入|20OK良品过站|30NG不良过站|40Repair维修中|50Output已产出|51WaitStorage待入库|52WaitShipment待出货|60InStorage已入库|61Reject已拒收|80Shipped已出货|90Scrap已报废|91Offline异常下线) |
| | | /// </summary> |
| | | [DisplayName("状态(0Init初始化|1Input已投入|2OK良品过站|3NG不良过站|4Repair维修中|5Finished已完工|6InStorage已入库|7Reject已拒收|8Shipped已出货|9Offline异常下线|10Scrap已报废)")] |
| | | [DisplayName("状态(0Init初始化|10Input已投入|20OK良品过站|30NG不良过站|40Repair维修中|50Output已产出|51WaitStorage待入库|52WaitShipment待出货|60InStorage已入库|61Reject已拒收|80Shipped已出货|90Scrap已报废|91Offline异常下线)")] |
| | | public int STATUS { get; set; } |
| | | /// <summary> |
| | | /// 物料编码 |
| | |
| | | [DisplayName("行为操作值5")] |
| | | public string ACT_VALUE_5 { get; set; } |
| | | /// <summary> |
| | | /// 行为变量字典 |
| | | /// </summary> |
| | | [DisplayName("行为变量字典")] |
| | | public string ACT_VAR_DIC { get; set; } |
| | | /// <summary> |
| | | /// 行为是否成功(Y/N) |
| | | /// </summary> |
| | | [DisplayName("行为是否成功(Y/N)")] |
| | |
| | | */ |
| | | |
| | | /// <summary> |
| | | /// 枚举:状态(0Init初始化|1Input已投入|2OK良品过站|3NG不良过站|4Repair维修中|5Finished已完工|6InStorage已入库|7Reject已拒收|8Shipped已出货|9Offline异常下线|10Scrap已报废) |
| | | /// 枚举:状态(0Init初始化|10Input已投入|20OK良品过站|30NG不良过站|40Repair维修中|50Output已产出|51WaitStorage待入库|52WaitShipment待出货|60InStorage已入库|61Reject已拒收|80Shipped已出货|90Scrap已报废|91Offline异常下线) |
| | | /// </summary> |
| | | public enum STATUSs |
| | | { |