2026-05-14 d24547e47e8846af1d81219c9ca1ddc1655d38b3
src/main/java/com/ruoyi/sales/pojo/SalesLedgerProduct.java
@@ -256,4 +256,7 @@
    //针对销售台账,是否生产
    private Boolean isProduction;
    @TableField(exist = false)
    @Schema(description = "待发货数量")
    private BigDecimal noQuantity;
}