| | |
| | | [DisplayName("物料条码")] |
| | | public string SN { get; set; } |
| | | /// <summary> |
| | | /// 产品条码(厂内流转条码) |
| | | /// 产品条码 |
| | | /// </summary> |
| | | [DisplayName("产品条码(厂内流转条码)")] |
| | | [DisplayName("产品条码")] |
| | | public string PROD_SN { get; set; } |
| | | /// <summary> |
| | | /// 物料编码 |
| | |
| | | [DisplayName("工艺路线节点名称")] |
| | | public string NODE_NAME { get; set; } |
| | | /// <summary> |
| | | /// 工序行为ID |
| | | /// </summary> |
| | | [DisplayName("工序行为ID")] |
| | | public string ACT_ID { get; set; } |
| | | /// <summary> |
| | | /// 行为名称 |
| | | /// </summary> |
| | | [DisplayName("行为名称")] |
| | | public string ACT_NAME { get; set; } |
| | | /// <summary> |
| | | /// 工厂编码 |
| | | /// </summary> |
| | | [DisplayName("工厂编码")] |