| | |
| | | public string TaskCode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 管段编码 |
| | | /// </summary> |
| | | [ExcelColumn(Name = "管段编码", Width = 25)] |
| | | public string PipeSpecCode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 管段名称 |
| | | /// </summary> |
| | | [ExcelColumn(Name = "管段名称", Width = 25)] |
| | | public string PipeSectionName { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 管段型号 |
| | | /// </summary> |
| | | [ExcelColumn(Name = "管段型号", Width = 25)] |
| | | public string PipeSpecMode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 工序名称 |
| | | /// </summary> |
| | | [ExcelColumn(Name = "工序名称", Width = 25)] |
| | | public string ProcessName { 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)] |
| | |
| | | /// </summary> |
| | | [ExcelColumn(Name = "叫料状态", Width = 25)] |
| | | public CallMaterialStatusEnum CallMaterialStatus { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 工艺流向编号 |
| | | /// </summary> |
| | | [ExcelColumn(Name = "工艺流向编号", Width = 25)] |
| | | public string ProcessRouteNumber { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 原料标识 |
| | |
| | | public string EquipmentCode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 工件名称 |
| | | /// 产线编码 |
| | | /// </summary> |
| | | [ExcelColumn(Name = "工件名称", Width = 25)] |
| | | public string WorkpieceName { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 工序名称 |
| | | /// </summary> |
| | | [ExcelColumn(Name = "工序名称", Width = 25)] |
| | | public string ProcessName { get; set; } |
| | | [ExcelColumn(Name = "产线编码", Width = 25)] |
| | | public string ProdLineCode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 管件编码 |
| | |
| | | /// </summary> |
| | | [ExcelColumn(Name = "顺序号", Width = 25)] |
| | | public string PreSerialNumber { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 管段编码 |
| | | /// </summary> |
| | | [ExcelColumn(Name = "管段编码", Width = 25)] |
| | | public string PipeSpecCode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 管段名称 |
| | | /// </summary> |
| | | [ExcelColumn(Name = "管段名称", Width = 25)] |
| | | public string PipeSectionName { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 外径(mm) |
| | |
| | | /// </summary> |
| | | [ExcelColumn(Name = "材质", Width = 25)] |
| | | public string Material { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 工艺流向编号 |
| | | /// </summary> |
| | | [ExcelColumn(Name = "工艺流向编号", Width = 25)] |
| | | public string ProcessRouteNumber { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 计划开始时间 |