| | |
| | | public string TaskCode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 计划状态 |
| | | /// </summary> |
| | | [ExcelColumn(Name = "计划状态", Width = 25)] |
| | | public WorkPlanStatusEnum WorkPlanStatus { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 叫料状态 |
| | | /// </summary> |
| | | [ExcelColumn(Name = "叫料状态", Width = 25)] |
| | | public CallMaterialStatusEnum CallMaterialStatus { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 原料标识 |
| | | /// </summary> |
| | | [ExcelColumn(Name = "原料标识", Width = 25)] |
| | |
| | | public string EquipmentCode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 工件名称 |
| | | /// 产线编码 |
| | | /// </summary> |
| | | [ExcelColumn(Name = "工件名称", Width = 25)] |
| | | public string WorkpieceName { get; set; } |
| | | [ExcelColumn(Name = "产线编码", Width = 25)] |
| | | public string ProdLineCode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 船号 |
| | | /// </summary> |
| | | [ExcelColumn(Name = "船号", Width = 25)] |
| | | public string ShipNumber { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 项目号 |
| | | /// </summary> |
| | | [ExcelColumn(Name = "项目号", Width = 25)] |
| | | public string ProjectNumber { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 工序名称 |
| | |
| | | /// </summary> |
| | | [ExcelColumn(Name = "材质", Width = 25)] |
| | | public string Material { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 是否主支管 |
| | | /// </summary> |
| | | [ExcelColumn(Name = "是否主支管", Width = 25)] |
| | | public bool HasMainSignature { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 工艺流向编号 |