xuhy
6 天以前 1ec94c00e5c312818c9e1e3742ca838e60b7e5e7
ruoyi-system/src/main/java/com/ruoyi/system/vo/TCrmClinicVO.java
@@ -23,7 +23,10 @@
    @ApiModelProperty(value = "当月采购金额")
    private BigDecimal monthPurchaseAmount;
    @ApiModelProperty(value = "剩余积分")
    private Integer userPoints;
    @ApiModelProperty(value = "业绩状态 1=未达成 2=已达成")
    private Integer performanceStatus;
    private Integer performanceStatus = 1;
}