公告板
版本库
filestore
活动
搜索
登录
Android
/
car-service
育英车位管理
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
fix push bug
liuxiaolong
2020-09-08
2b77ad0e1f407903d85c3b7bdaae0022c4ec9bc3
[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"` //是否是管理员
}