作者 tangxvhui

调整UserSimple

@@ -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"`