huliguo
2025-04-17 19df67e19f23cd2a04d1c7f355e1e656f4140af4
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;
}