src/main/java/com/ruoyi/sales/dto/SalesLedgerProductImportDto.java
@@ -73,6 +73,18 @@
    @Excel(name = "是否质检", readConverterExp = "0=否,1=是")
    private Boolean isChecked;
    @Excel(name = "单价")
    private BigDecimal unitPrice;
    @Excel(name = "总价")
    private BigDecimal totalPrice;
    @Excel(name = "运费")
    private BigDecimal freight = BigDecimal.ZERO;
    @Excel(name = "含运费单价")
    private BigDecimal priceWithFreight;
}