正在显示
1 个修改的文件
包含
4 行增加
和
4 行删除
@@ -79,10 +79,10 @@ type ChanceTypeBase struct { | @@ -79,10 +79,10 @@ type ChanceTypeBase struct { | ||
79 | } | 79 | } |
80 | 80 | ||
81 | type SelectCompanyUserListItem struct { | 81 | type SelectCompanyUserListItem struct { |
82 | - UserCompanyId int64 `json:"user_company_id"` | ||
83 | - UserName string `json:"user_name"` | ||
84 | - DepartmentId int64 `json:"department_id"` | ||
85 | - DepartmentName string `json:"department_name"` | 82 | + UserCompanyId int64 `json:"user_company_id" orm:"column(id)"` |
83 | + NickName string `json:"nick_name" orm:"column(nick_name)"` | ||
84 | + DepartmentId int64 `json:"department_id" orm:"column(department_id)"` | ||
85 | + DepartmentName string `json:"department_name" orm:"column(department_name)"` | ||
86 | } | 86 | } |
87 | 87 | ||
88 | //下拉选择公司员工 | 88 | //下拉选择公司员工 |
-
请 注册 或 登录 后发表评论