liyong
10 天以前 ca0565e53494417b3779759f8d3898e07bfd5929
src/main/java/com/ruoyi/procurementrecord/dto/ProcurementRecordOutPageDto.java
@@ -6,6 +6,7 @@
import java.math.BigDecimal;
import java.time.LocalDateTime;
import java.util.Date;
/**
 * @author :yys
@@ -42,6 +43,18 @@
     */
    @Excel(name = "出库数量")
    private BigDecimal inboundNum;
    /**
     * 单价
     */
    @Excel(name = "单价")
    private BigDecimal unitPrice;
    /**
     * 总价
     */
    @Excel(name = "总价")
    private BigDecimal totalPrice;
    /**
     * 出入库时间
@@ -112,4 +125,22 @@
    @Excel(name = "不含税总价")
    private BigDecimal taxExclusiveTotalPrice;
    /**
     * 物品类型
     */
    private String itemType;
    /**
     * 箱数
     */
    private Integer boxNum;
    /**
     * 每箱规格
     */
    private String cartonSpecifications;
    /**
     * 美元每件
     */
    private BigDecimal dollarPrice;
    private String url;
}