| | |
| | | private String orderId; |
| | | @ExcelProperty("项目名称") |
| | | private String project; |
| | | @ExcelProperty("批次") |
| | | private String batch; |
| | | @ExcelProperty("流程卡号") |
| | | private String processId; |
| | | @ExcelProperty("订单序号") |
| | | private String orderNumber; |
| | | private Integer orderNumber; |
| | | @ExcelProperty("小片顺序") |
| | | private String technologyNumber; |
| | | private Integer technologyNumber; |
| | | @ExcelProperty("报工时间") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | private LocalDateTime reportingWorkTime; |
| | |
| | | private String personnel; |
| | | @ExcelProperty("单片名称") |
| | | private String glassChild; |
| | | @ExcelProperty("编号") |
| | | private String glassNumber; |
| | | @ExcelProperty("宽") |
| | | private Double childWidth; |
| | | @ExcelProperty("高") |
| | | private Double childHeight; |
| | | @ExcelProperty("厚度") |
| | | private String thickness; |
| | | @ExcelProperty("报工工序") |
| | | private String thisProcess; |
| | | @ExcelProperty("创建人") |
| | | private String creator; |
| | | @ExcelProperty("报工编号") |
| | | private String reportingWorkId; |
| | | |
| | | } |