1.新增用户界面的用户来源类型展示

This commit is contained in:
chenbowen
2026-01-08 17:05:12 +08:00
parent b2c2cca798
commit c2f38608e7

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;