huminmin
2026-06-01 bd5d1dae54ea1e42e9e9f0d00f671d95914b105f
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;