liuxiaolong
2020-07-29 54ad4cfcd5fe5cb949ba491370f129a8f6c3846f
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"`
}