正在显示
1 个修改的文件
包含
8 行增加
和
7 行删除
@@ -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 | // 记录数据的操作人 |
-
请 注册 或 登录 后发表评论