liyong
8 天以前 0d217eeff1f9d23844a54e8dd2ffebd8b4c2c1c7
src/main/java/com/ruoyi/procurementrecord/dto/ProcurementPageDtoCopy.java
@@ -49,7 +49,9 @@
     */
    private String customerName;
    private String salesLedgerProductId;
    private Long salesLedgerProductId;
    /**
     * 出入库数量
@@ -131,6 +133,11 @@
     */
    @Excel(name = "产品大类")
    private String productCategory;
     /**
     * 产品id
     */
    @Excel(name = "产品id")
    private Long productId;
    /**
     * 规格型号
@@ -167,22 +174,6 @@
     */
    @Excel(name = "不含税总价")
    private BigDecimal taxExclusiveTotalPrice;
    /**
     * 每箱数量
     */
    @Excel(name = "每箱数量")
    private Integer boxNum;
    /**
     * 每箱规格
     */
    @Excel(name = "每箱规格")
    private String cartonSpecifications;
    /**
     * 美元每件
     */
    @Excel(name = "美元每件")
    private BigDecimal dollarPrice;
    /**
     * 报表日报
     */