maven
20 小时以前 a94f969424664177fe44ee008d75a0e473c2f9ca
src/main/java/com/ruoyi/procurementrecord/dto/ProcurementPageDto.java
@@ -156,6 +156,22 @@
     */
    @Excel(name = "不含税总价")
    private BigDecimal taxExclusiveTotalPrice;
    /**
     * 每箱数量
     */
    @Excel(name = "每箱数量")
    private Integer boxNum;
    /**
     * 每箱规格
     */
    @Excel(name = "每箱规格")
    private String cartonSpecifications;
    /**
     * 美元每件
     */
    @Excel(name = "美元每件")
    private BigDecimal dollarPrice;
    /**
     * 报表日报
     */