| | |
| | | private String model; |
| | | |
| | | /** 生产状态 */ |
| | | @Excel(name = "生产状态") |
| | | private String productionStatus; |
| | | |
| | | @ExcelProperty(value = "生产状态", index = 4) |
| | | private String productionStatusString; |
| | | |
| | | /** 工时 */ |
| | | @Excel(name = "工时") |
| | | @ExcelProperty(value = "工时", index = 5) |
| | | @ExcelIgnore |
| | | private String workingHours; |
| | | |
| | | @TableField(exist = false) |
| | | private Integer workingHoursInt; |
| | | |
| | | /** 当前工位 */ |
| | | @Excel(name = "当前工位") |
| | | @ExcelProperty(value = "当前工位", index = 6) |
| | | @ExcelIgnore |
| | | private String currentWorkstation; |
| | | |
| | | /** 质量状态 */ |
| | | @Excel(name = "质量状态") |
| | | @ExcelProperty(value = "质量状态", index = 7) |
| | | @ExcelProperty(value = "质量状态", index = 5) |
| | | private String qualityStatus; |
| | | |
| | | /** 是否打印 */ |
| | | @Excel(name = "是否打印") |
| | | private String whetherOrPrint; |
| | | |
| | | /** 10报工 */ |
| | | @Excel(name = "10报工") |
| | | @ExcelIgnore |
| | | private String report10; |
| | | |
| | | /** 20报工 */ |
| | | @Excel(name = "20报工") |
| | | @ExcelIgnore |
| | | private String report20; |
| | | |
| | | /** 合箱上线 */ |
| | | @Excel(name = "合箱上线") |
| | | @ExcelIgnore |
| | | private String combinedBoxTime; |
| | | |
| | | /** 总装下线 */ |
| | | @Excel(name = "总装下线") |
| | | @ExcelIgnore |
| | | private String finalAssemblyTime; |
| | | |
| | | /** 操作人 */ |
| | | @Excel(name = "操作人") |
| | | @ExcelProperty(value = "操作人", index = 14) |
| | | @ExcelProperty(value = "操作人", index = 10) |
| | | private String operator; |
| | | |
| | | /** 操作时间 */ |
| | | @Excel(name = "操作时间") |
| | | @ExcelProperty(value = "操作时间", index = 15) |
| | | @ExcelProperty(value = "操作时间", index = 11) |
| | | private String operateTime; |
| | | |
| | | /** 状态 */ |
| | | @Excel(name = "状态") |
| | | @ExcelIgnore |
| | | private String status; |
| | | |
| | | /** 预留字段1 */ |
| | | @Excel(name = "预留字段1") |
| | | @ExcelIgnore |
| | | private String spareField1; |
| | | |
| | | /** 预留字段2 */ |
| | | @Excel(name = "预留字段2") |
| | | @ExcelIgnore |
| | | private String spareField2; |
| | | |
| | | /** 预留字段3 */ |
| | | @Excel(name = "预留字段3") |
| | | @ExcelIgnore |
| | | private String spareField3; |
| | | |
| | | /** 预留字段4 */ |
| | | @Excel(name = "预留字段4") |
| | | @ExcelIgnore |
| | | private String spareField4; |
| | | |
| | | /** 创建用户 */ |
| | | @Excel(name = "创建用户") |
| | | @ExcelIgnore |
| | | private String createUser; |
| | | |
| | | /** 更改用户 */ |
| | | @Excel(name = "更改用户") |
| | | @ExcelIgnore |
| | | private String updateUser; |
| | | |
| | | /** 备注 */ |
| | | @Excel(name = "备注") |
| | | @ExcelIgnore |
| | | private String remarks; |
| | | |
| | | /** CVT报工 */ |
| | | @Excel(name = "CVT报工") |
| | | @ExcelIgnore |
| | | private String report30; |
| | | |
| | |
| | | |
| | | /** 合箱上线时间 */ |
| | | @Excel(name = "合箱上线时间") |
| | | @ExcelProperty(value = "合箱上线时间", index = 8) |
| | | @ExcelProperty(value = "合箱上线时间", index = 6) |
| | | @com.alibaba.excel.annotation.format.DateTimeFormat("yyyy-MM-dd HH:mm:ss") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | private Date boxClosingOnlineTime; |
| | | |
| | | /** 合箱下线时间 */ |
| | | @Excel(name = "合箱下线时间") |
| | | @ExcelProperty(value = "合箱下线时间", index = 9) |
| | | @ExcelProperty(value = "合箱下线时间", index = 7) |
| | | @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | private Date closingBoxOfflineTime; |
| | | |
| | | /** 总装上线时间 */ |
| | | @Excel(name = "总装上线时间") |
| | | @ExcelProperty(value = "总装上线时间", index =10) |
| | | @ExcelProperty(value = "总装上线时间", index =8) |
| | | @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | private Date finalAssemblyLaunchTime; |
| | | |
| | | /** 总装下线时间 */ |
| | | @Excel(name = "总装下线时间") |
| | | @ExcelProperty(value = "总装下线时间", index = 11) |
| | | @ExcelProperty(value = "总装下线时间", index = 9) |
| | | @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | private Date finalAssemblyOfflineTime; |
| | | |
| | | /** CVT上线时间 */ |
| | | @Excel(name = "CVT上线时间") |
| | | @ExcelProperty(value = "CVT上线时间", index = 12) |
| | | @ExcelIgnore |
| | | @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | private Date cvtLaunchTime; |
| | | |
| | | /** CVT下线时间 */ |
| | | @Excel(name = "CVT下线时间") |
| | | @ExcelProperty(value = "CVT下线时间", index = 13) |
| | | @ExcelIgnore |
| | | @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | private Date cvtOfflineTime; |