公告板
版本库
filestore
活动
搜索
登录
Android
/
car-service
育英车位管理
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
rm push msg title and nightMsg for manger
liuxiaolong
2020-09-08
50c3437ec2e1874df6468bb83a9d5acf40482e6a
[Android/car-service.git]
/
vo
/
user.go
1
2
3
4
5
6
7
8
9
10
package vo
type UserInfo struct {
UserId string `json:"userId"`
PhoneNum string `json:"phoneNum"`
TrueName string `json:"trueName"`
PlateNos []string `json:"plateNos"`
IsAdmin bool `json:"isAdmin"` //是否是管理员
}