公告板
版本库
filestore
活动
搜索
登录
Android
/
car-service
育英车位管理
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
plateNo compare,ignore chinese word and ignore D,0
liuxiaolong
2020-08-18
1b20184df8a27d0c36b616bf2dd6e88c796e031e
[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"`
}