Merge branch 'dev' into test

This commit is contained in:
chenbowen
2026-01-09 13:57:09 +08:00

View File

@@ -58,6 +58,10 @@ public class UserRespVO{
@DictFormat(DictTypeConstants.USER_SEX) @DictFormat(DictTypeConstants.USER_SEX)
private Integer sex; private Integer sex;
@Schema(description = "用户来源,参见 UserSourceEnum 枚举类", example = "1")
@ExcelProperty("用户来源")
private Integer userSource;
@Schema(description = "用户头像", example = "123456789") @Schema(description = "用户头像", example = "123456789")
private String avatar; private String avatar;