10 天以前 16338016e73791cecbbdbdd73e972b29a06c59b1
src/main/java/com/ruoyi/sales/pojo/SalesLedgerProduct.java
@@ -149,6 +149,10 @@
    /**
     * 产品状态
     */
    @TableField(exist = false)
    @Schema(description = "入库审核状态")
    private String stockInApprovalStatus;
//    @TableField(exist = false)
    @Schema(description = "产品状态:1-充足")
    private Integer approveStatus;
@@ -178,6 +182,9 @@
    //针对销售台账,是否生产
    private Boolean isProduction;
    @Schema(description = "产品类型 1-产品 2-设备备件")
    private Integer productType;
    @TableField(exist = false)
    @Schema(description = "待发货数量")
    private BigDecimal noQuantity;