chenlu
2025-07-25 a9ffa322f0cf794a7da8182e1be4ca34f5ea19b6
north-glass-erp/src/main/java/com/example/erp/dto/pp/DamageReportDTO.java
@@ -13,6 +13,8 @@
    private String orderId;
    @ExcelProperty("项目名称")
    private String project;
    @ExcelProperty("批次")
    private String batch;
    @ExcelProperty("流程卡号")
    private String processId;
    @ExcelProperty("订单序号")
@@ -42,5 +44,9 @@
    private String glassChild;
    @ExcelProperty("编号")
    private String glassNumber;
    @ExcelProperty("宽")
    private String childWidth;
    @ExcelProperty("高")
    private String childHeight;
}