添加User.Avatar

This commit is contained in:
gazebo
2019-11-08 17:32:46 +08:00
parent 29e6559e17
commit a7164bb511
7 changed files with 51 additions and 2 deletions

View File

@@ -52,6 +52,7 @@ type IUser interface {
GetMobile() string
GetEmail() string
GetName() string
GetAvatar() string
}
const (