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