1.新增用户界面的用户来源类型展示
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user