chenlu
7 天以前 d613f1080234e13d12f2bad22650733b4477aa84
north-glass-erp/src/main/java/com/example/erp/dto/pp/DamageReportDTO.java
@@ -18,9 +18,9 @@
    @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;
@@ -45,8 +45,16 @@
    @ExcelProperty("编号")
    private String glassNumber;
    @ExcelProperty("宽")
    private String childWidth;
    private Double childWidth;
    @ExcelProperty("高")
    private String childHeight;
    private Double childHeight;
    @ExcelProperty("厚度")
    private String thickness;
    @ExcelProperty("报工工序")
    private String thisProcess;
    @ExcelProperty("创建人")
    private String creator;
    @ExcelProperty("报工编号")
    private String reportingWorkId;
}