guoyujie
20 小时以前 9b362b55344d0c854355eb2db1de84219b53a77e
north-glass-erp/src/main/java/com/example/erp/dto/pp/DamageReportDTO.java
@@ -48,12 +48,15 @@
    private Double childWidth;
    @ExcelProperty("高")
    private Double childHeight;
    @ExcelProperty("厚度")
    private String thickness;
    @ExcelProperty("平方毫米")
    private String pingfang;
    @ExcelProperty("报工工序")
    private String thisProcess;
    @ExcelProperty("创建人")
    private String creator;
    @ExcelProperty("报工编号")
    private String reportingWorkId;
    @ExcelProperty("厚度")
    private String thickness;
}