2026-05-11 99e26030611fdc06ee3dd523072fe5516b78dc5b
src/main/java/com/ruoyi/sales/pojo/SalesLedgerProduct.java
@@ -96,6 +96,26 @@
    @Excel(name = "含税总价")
    private BigDecimal taxInclusiveTotalPrice;
    @ApiModelProperty(value = "交货数量")
    @Excel(name = "交货数量")
    private BigDecimal deliveryQuantity;
    @ApiModelProperty(value = "剩余数量")
    @Excel(name = "剩余数量")
    private BigDecimal remainingQuantity;
    @ApiModelProperty(value = "子库存")
    @Excel(name = "子库存")
    private String subInventory;
    @ApiModelProperty(value = "货位")
    @Excel(name = "货位")
    private String location;
    @ApiModelProperty(value = "是否喷砂")
    @Excel(name = "是否喷砂")
    private Boolean isSpray;
    /**
     * 不含税总价
     */
@@ -250,5 +270,6 @@
    private BigDecimal returnNum;
    @ApiModelProperty(value = "物料号")
    private String material;
    @Excel(name = "物料号")
    private String materialNo;
}