gongzuming
2024-09-11 1083e24c1927cad8daf83785fb4da4ba71555eba
src/main/java/com/mzl/flower/dto/response/current/CurrentUserDTO.java
@@ -50,4 +50,7 @@
    @ApiModelProperty(value = "是否绑定微信")
    private Boolean bindWechat;
    @ApiModelProperty(value = "当前积分")
    private Integer currentPoint;
}