ruoyi-service/ruoyi-account/src/main/java/com/ruoyi/account/vo/UserPointVO.java
@@ -28,4 +28,7 @@ @ApiModelProperty(value = "转增(转出)") private Integer transferableOutPoint; @ApiModelProperty(value = "是否开启转增积分功能") private Boolean isTransferable; }