huminmin
昨天 189fe18f9aaabc39cc4bb4cc00f531bc43fe152e
src/main/java/com/ruoyi/sales/dto/SalesLedgerProductImportDto.java
@@ -62,6 +62,18 @@
    private BigDecimal taxInclusiveTotalPrice;
    /**
     * 运费单价
     */
    @Excel(name = "运费单价")
    private BigDecimal freightUnitPrice;
    /**
     * 总运费
     */
    @Excel(name = "总运费")
    private BigDecimal totalFreight;
    /**
     * 发票类型
     */
    @Excel(name = "发票类型")
@@ -73,6 +85,9 @@
    @Excel(name = "是否质检", readConverterExp = "0=否,1=是")
    private Boolean isChecked;
    /**
     * 是否生产
     */
    @Excel(name = "是否生产", readConverterExp = "0=否,1=是")
    private Integer isProduction;
}