更新用户退出功能
This commit is contained in:
17
model/usermodel/userdata.go
Normal file
17
model/usermodel/userdata.go
Normal file
@@ -0,0 +1,17 @@
|
||||
package usermodel
|
||||
|
||||
import "time"
|
||||
|
||||
type UserData struct {
|
||||
Uid string
|
||||
Username string
|
||||
Password string
|
||||
Email string
|
||||
Telephone string
|
||||
Avatar_url string
|
||||
Gender string
|
||||
Bio string
|
||||
Birth_date time.Time
|
||||
CreatedAt time.Time
|
||||
UpdatedAt time.Time
|
||||
}
|
||||
Reference in New Issue
Block a user