正在显示
1 个修改的文件
包含
2 行增加
和
1 行删除
@@ -32,7 +32,8 @@ type UserSimple struct { | @@ -32,7 +32,8 @@ type UserSimple struct { | ||
32 | Id int64 `json:"id"` // 人员id | 32 | Id int64 `json:"id"` // 人员id |
33 | Name string `json:"name"` // 人员的名字 | 33 | Name string `json:"name"` // 人员的名字 |
34 | Avatar string `json:"avatar,omitempty"` // 人员头像URL | 34 | Avatar string `json:"avatar,omitempty"` // 人员头像URL |
35 | - Group []string `json:"group,omitempty"` // 人员的分组 | 35 | + // GroupId int64 `json:"groupId"` //分组id |
36 | + //Group string `json:"group,omitempty"` // 人员的分组 | ||
36 | Position string `json:"position,omitempty"` // 职位 | 37 | Position string `json:"position,omitempty"` // 职位 |
37 | Company string `json:"company,omitempty"` // 公司 | 38 | Company string `json:"company,omitempty"` // 公司 |
38 | CompanyId int64 `json:"companyId"` | 39 | CompanyId int64 `json:"companyId"` |
-
请 注册 或 登录 后发表评论