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