chenlu
2025-12-10 d5055b7870d0406f9b00d429cb47d2bfb79b902c
north-glass-erp/src/main/java/com/example/erp/dto/pp/SplittingDetailsOutsideDTO.java
@@ -10,15 +10,15 @@
    @ExcelProperty("订单序号")
    private String orderNumber;
    @ExcelProperty("小片顺序")
    private String technologyNumber;
    private Integer technologyNumber;
    @ExcelProperty("项目名称")
    private String project;
    @ExcelProperty("批次")
    private String batch;
    @ExcelProperty("宽")
    private String childWidth;
    private Double childWidth;
    @ExcelProperty("高")
    private String childHeight;
    private Double childHeight;
    @ExcelProperty("订单数")
    private Integer quantity;
    @ExcelProperty("面积")