| | |
| | | public string EquipmentType { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 工单编号 |
| | | /// </summary> |
| | | [ImporterHeader(Name = "工单编号")] |
| | | [ExporterHeader(DisplayName = "工单编号")] |
| | | [SugarColumn(IsNullable = false, Length = 100, ColumnDescription = "工单编号")] |
| | | public string WipOrderNo { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 工艺型号 |
| | | /// </summary> |
| | | [ImporterHeader(Name = "工艺型号")] |
| | | [ExporterHeader(DisplayName = "工艺型号")] |
| | | [SugarColumn(IsNullable = false, Length = 100, ColumnDescription = "工艺型号")] |
| | | public string ProductDesc { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 工艺参数值 |
| | | /// </summary> |
| | | [ImporterHeader(Name = "工艺参数值")] |