guoyujie
12 小时以前 d5bb894f9be2e0a3b62d475b60b44f2ab138528c
north-glass-erp/src/main/java/com/example/erp/dto/sd/DeliveryDetailDTO.java
@@ -28,8 +28,18 @@
    private String project;
    @ExcelProperty("数量")
    private Integer quantity;
    @ExcelProperty("单价")
    private Double price;
    @ExcelProperty("面积")
    private Double area;
    @ExcelProperty("其他金额")
    private Double otherMoney;
    @ExcelProperty("运费金额")
    private Double freight;
    @ExcelProperty("运费单价")
    private Double freightPrice;
    @ExcelProperty("运费数量")
    private Double freightQuantity;
    @ExcelProperty("金额")
    private Double money;
    @ExcelProperty("客户编号")
@@ -65,4 +75,5 @@
}