廖井涛
2025-12-12 2f44fc75c78e9291f07a0864199235cde689fa8d
north-glass-erp/src/main/java/com/example/erp/dto/pp/DamageReportDTO.java
@@ -48,10 +48,13 @@
    private Double childWidth;
    @ExcelProperty("高")
    private Double childHeight;
    @ExcelProperty("厚度")
    private String thickness;
    @ExcelProperty("报工工序")
    private String thisProcess;
    @ExcelProperty("创建人")
    private String creator;
    @ExcelProperty("报工编号")
    private String reportingWorkId;
}