liyong
9 天以前 ca0565e53494417b3779759f8d3898e07bfd5929
src/main/java/com/ruoyi/procurementrecord/dto/ProcurementPageDtoCopy.java
@@ -18,6 +18,8 @@
    private Integer id;
    private String ids;
    private Long createUser;
    /**
@@ -49,7 +51,9 @@
     */
    private String customerName;
    private String salesLedgerProductId;
    private Long salesLedgerProductId;
    /**
     * 出入库数量
@@ -172,6 +176,22 @@
     */
    @Excel(name = "不含税总价")
    private BigDecimal taxExclusiveTotalPrice;
    /**
     * 每箱数量
     */
    @Excel(name = "每箱数量")
    private Integer boxNum;
    /**
     * 每箱规格
     */
    @Excel(name = "每箱规格")
    private String cartonSpecifications;
    /**
     * 美元每件
     */
    @Excel(name = "美元每件")
    private BigDecimal dollarPrice;
    /**
     * 报表日报
     */