init: taotie-api 项目初始化
This commit is contained in:
9
model/po/tuser.go
Normal file
9
model/po/tuser.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package po
|
||||
|
||||
type TUser struct {
|
||||
TBase `bson:",inline"`
|
||||
|
||||
NickName string `bson:"nickName"` // 昵称
|
||||
UserName string `bson:"userName"` // 用户名
|
||||
Password string `bson:"password"` // 密码
|
||||
}
|
||||
Reference in New Issue
Block a user