作者 tangxvhui

调整UserSimple

@@ -29,13 +29,14 @@ type Opinion struct { @@ -29,13 +29,14 @@ type Opinion struct {
29 } 29 }
30 30
31 type UserSimple struct { 31 type UserSimple struct {
32 - Id int64 `json:"id"` // 人员id  
33 - Name string `json:"name"` // 人员的名字  
34 - Avatar string `json:"avatar,omitempty"` // 人员头像URL  
35 - Group []string `json:"group,omitempty"` // 人员的分组  
36 - Position string `json:"position,omitempty"` // 职位  
37 - Company string `json:"company,omitempty"` // 公司  
38 - CompanyId int64 `json:"companyId"` 32 + Id int64 `json:"id"` // 人员id
  33 + Name string `json:"name"` // 人员的名字
  34 + Avatar string `json:"avatar,omitempty"` // 人员头像URL
  35 + // GroupId int64 `json:"groupId"` //分组id
  36 + //Group string `json:"group,omitempty"` // 人员的分组
  37 + Position string `json:"position,omitempty"` // 职位
  38 + Company string `json:"company,omitempty"` // 公司
  39 + CompanyId int64 `json:"companyId"`
39 } 40 }
40 41
41 // 记录数据的操作人 42 // 记录数据的操作人