huminmin
2 天以前 ba4f2ca4b3ae845d2bd1e92338b948a8f95ffaaa
src/main/java/com/ruoyi/sales/pojo/SalesLedgerProduct.java
@@ -87,6 +87,18 @@
    private BigDecimal taxInclusiveTotalPrice;
    /**
     * 运费单价
     */
    @Excel(name = "运费单价")
    private BigDecimal freightUnitPrice;
    /**
     * 总运费
     */
    @Excel(name = "总运费")
    private BigDecimal totalFreight;
    /**
     * 不含税总价
     */
    @Excel(name = "不含税总价")