chenlu
8 天以前 947622a11997e34a92b5b74bc5982aba21562240
north-glass-erp/src/main/java/com/example/erp/dto/pp/CrossProcessBreakingDTO.java
@@ -45,4 +45,10 @@
    private String creator;
    @ExcelProperty("报工编号")
    private String reportingWorkId;
    @ExcelProperty("厚度")
    private String thickness;
    @ExcelProperty("宽")
    private Double childWidth;
    @ExcelProperty("高")
    private Double childHeight;
}