fix
liuxiaolong
2020-08-11 d7a9efbda9ff5fdac1e2cc8e663c621dc19d5a45
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"`
}