🎉 2.5.2.RELEASE 增加个人中心

This commit is contained in:
smallchill 2019-10-20 22:54:36 +08:00
parent 57e4b93934
commit 818429cf64

View File

@ -60,6 +60,10 @@ public class User extends TenantEntity {
* 真名
*/
private String realName;
/**
* 头像
*/
private String avatar;
/**
* 邮箱
*/