chenlu
2024-08-09 01d8334aaf05ff0ac0e4c0de3e43b4ee6d6fa73b
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;
}