| | |
| | | [DisplayName("在制品ID")] |
| | | public string WIP_ID { get; set; } |
| | | /// <summary> |
| | | /// 条码 |
| | | /// 当前条码 |
| | | /// </summary> |
| | | [DisplayName("条码")] |
| | | [DisplayName("当前条码")] |
| | | public string SN { get; set; } |
| | | /// <summary> |
| | | /// 厂内流转条码 |
| | | /// </summary> |
| | | [DisplayName("厂内流转条码")] |
| | | public string FLOW_SN { get; set; } |
| | | /// <summary> |
| | | /// 托盘/载具条码 |
| | | /// </summary> |
| | |
| | | [DisplayName("最外层包装条码")] |
| | | public string OUTER_SN { get; set; } |
| | | /// <summary> |
| | | /// 物料编码 |
| | | /// </summary> |
| | | [DisplayName("物料编码")] |
| | | public string ITEM_CODE { get; set; } |
| | | /// <summary> |
| | | /// 状态(0NotInput未投入|1Inputed已投入|2Finished已完工) |
| | | /// </summary> |
| | | [DisplayName("状态(0NotInput未投入|1Inputed已投入|2Finished已完工)")] |