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;