chenlu
2024-08-15 a841235e723f0ec06d5ac5628907d88c00d90131
north-glass-erp/src/main/java/com/example/erp/dto/sd/OrderDTO.java
@@ -38,11 +38,13 @@
    @ExcelProperty("单价")
    private Double price;
    @ExcelProperty("总金额")
    private Long grossAmount;
    private Double grossAmount;
    @ExcelProperty("一级类别")
    private String levelOne;
    @ExcelProperty("二级类别")
    private String levelTwo;
    @ExcelProperty("总厚度")
    private String totalThickness;
    @ExcelProperty("客户简称")
    private String customerAbbreviation;
}