feat: add nickname field for user

This commit is contained in:
RockYang
2023-12-29 17:39:37 +08:00
parent 3d2035d08a
commit 3c6e86d04b
9 changed files with 40 additions and 39 deletions

View File

@@ -3,6 +3,7 @@ package model
type User struct {
BaseModel
Mobile string
Nickname string
Password string
Avatar string
Salt string // 密码盐