| | |
| | | /// <summary> |
| | | /// 厂内流转条码(若是导入的未绑定客户条码,此字段为空) |
| | | /// </summary> |
| | | [DisplayName("厂内流转条码")] |
| | | [DisplayName("厂内流转条码(若是导入的未绑定客户条码,此字段为空)")] |
| | | public string FLOW_SN { get; set; } |
| | | /// <summary> |
| | | /// 工单号 |
| | | /// 生产工单号 |
| | | /// </summary> |
| | | [DisplayName("工单号")] |
| | | [DisplayName("生产工单号")] |
| | | public string WORK_ORDER { get; set; } |
| | | /// <summary> |
| | | /// 物料编码 |
| | | /// 半成品物料编码 |
| | | /// </summary> |
| | | [DisplayName("物料编码")] |
| | | [DisplayName("半成品物料编码")] |
| | | public string ITEM_CODE { get; set; } |
| | | /// <summary> |
| | | /// 包装工单号 |
| | | /// </summary> |
| | | [DisplayName("包装工单号")] |
| | | public string PKG_ORDER { get; set; } |
| | | /// <summary> |
| | | /// 成品物料编码 |
| | | /// </summary> |
| | | [DisplayName("成品物料编码")] |
| | | public string PROD_CODE { get; set; } |
| | | /// <summary> |
| | | /// 备注 |
| | | /// </summary> |
| | | [DisplayName("备注")] |