yuan
9 天以前 de149ae8ac9ce48560fd96d76408167cb151dee6
src/main/java/com/ruoyi/sales/pojo/SalesLedgerProduct.java
@@ -164,9 +164,16 @@
    @TableField(exist = false)
    private Integer hasSufficientStock;
    // 可用数量  quantity - returnQuantity
    // 退货数量
    @TableField(exist = false)
    private BigDecimal returnQuality;
    // 可用数量  quantity - returnQuality
    @TableField(exist = false)
    private BigDecimal availableQuality;
    // 入库数量
    @TableField(exist = false)
    private BigDecimal inputQuantity;
    @Schema(description = "创建用户")
    @TableField(fill = FieldFill.INSERT)
    private Integer createUser;
@@ -181,10 +188,6 @@
    @TableField(exist = false)
    @Schema(description = "待发货数量")
    private BigDecimal noQuantity;
    @TableField(exist = false)
    @Schema(description = "退货数量")
    private BigDecimal returnQuantity;
    @TableField(exist = false)
    @Schema(description = "审批中数量")