2026-06-29 e15efbe0bcb1b5e5ea21f0c937635746a3143321
src/main/java/com/ruoyi/sales/pojo/SalesLedgerProduct.java
@@ -182,6 +182,9 @@
    //针对销售台账,是否生产
    private Boolean isProduction;
    @Schema(description = "产品类型 1-产品 2-设备备件")
    private Integer productType;
    @TableField(exist = false)
    @Schema(description = "待发货数量")
    private BigDecimal noQuantity;