maven
7 小时以前 eaed2b68c6ae85f5b7c177a595f5b0b60b5fb3be
src/main/java/com/ruoyi/procurementrecord/dto/ProcurementPageDto.java
@@ -3,6 +3,7 @@
import com.fasterxml.jackson.annotation.JsonFormat;
import com.ruoyi.framework.aspectj.lang.annotation.Excel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import org.springframework.format.annotation.DateTimeFormat;
@@ -22,15 +23,36 @@
    private Long createUser;
    /**
     * 入库类型 1-采购 2-生产
     */
    private Integer type;
    /**
     * 入库批次
     */
    @Excel(name = "入库批次")
    private String inboundBatches;
    /**
     * 合同号
     * 采购合同号
     */
    private String purchaseContractNumber;
    /**
     * 销售合同号
     */
    private String salesContractNo;
    /**
     * 客户合同号
     */
    private String customerContractNo;
    /**
     * 客户名称
     */
    @Excel(name = "客户名称")
    private String customerName;
    private String salesLedgerProductId;
@@ -39,6 +61,20 @@
     */
    @Excel(name = "入库数量")
    private BigDecimal inboundNum;
    /**
     * 入库单价
     */
    @ApiModelProperty(value = "入库单价")
    @Excel(name = "入库单价")
    private BigDecimal unitPrice;
    /**
     * 入库总价
     */
    @ApiModelProperty(value = "入库总价")
    @Excel(name = "入库总价")
    private BigDecimal totalPrice;
    @Excel(name = "预警数量")
    private BigDecimal warnNum;
@@ -120,6 +156,22 @@
     */
    @Excel(name = "不含税总价")
    private BigDecimal taxExclusiveTotalPrice;
    /**
     * 每箱数量
     */
    @Excel(name = "每箱数量")
    private Integer boxNum;
    /**
     * 每箱规格
     */
    @Excel(name = "每箱规格")
    private String cartonSpecifications;
    /**
     * 美元每件
     */
    @Excel(name = "美元每件")
    private BigDecimal dollarPrice;
    /**
     * 报表日报
     */