huminmin
16 小时以前 8b3c7885598f323b7fd86ba58f31a974a3d7b933
src/main/java/com/ruoyi/sales/pojo/SalesLedgerProduct.java
@@ -186,6 +186,10 @@
    // 可用数量  quantity - returnQuality
    @TableField(exist = false)
    private BigDecimal availableQuality;
    // 待入库数量  quantity - 已审批理论入库 - 待审批理论入库
    @TableField(exist = false)
    private BigDecimal pendingInboundQuantity;
    @Schema(description = "创建用户")
    @TableField(fill = FieldFill.INSERT)
    private Integer createUser;