src/main/java/com/ruoyi/sales/pojo/SalesLedgerProduct.java
@@ -185,4 +185,8 @@ @TableField(exist = false) @Schema(description = "待发货数量") private BigDecimal noQuantity; @TableField(exist = false) @Schema(description = "审批中数量") private BigDecimal pendingApprovalQuantity; }