Merge branch 'dev' into test
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user