Merge remote-tracking branch 'base-version/test' into dev

This commit is contained in:
chenbowen
2026-01-09 13:56:51 +08:00
2 changed files with 59 additions and 1 deletions

View File

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