公告板
版本库
filestore
活动
搜索
登录
Android
/
car-service
育英车位管理
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
fix time.Parse
liuxiaolong
2020-08-14
3c53a9e352c449b15a3101c38170b63bca97d431
[Android/car-service.git]
/
vo
/
user.go
1
2
3
4
5
6
7
8
package vo
type UserInfo struct {
UserId string `json:"userId"`
PhoneNum string `json:"phoneNum"`
TrueName string `json:"trueName"`
PlateNos []string `json:"plateNos"`
}