huminmin
15 小时以前 189fe18f9aaabc39cc4bb4cc00f531bc43fe152e
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 = "不含税总价")
@@ -113,6 +125,9 @@
     */
    private Long productModelId;
    @Schema(description = "库存类型:qualified/waste")
    private String stockType;
    @Schema(description = "登记人")
    private String register;