作者 tangxvhui

微调

@@ -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 //下拉选择公司员工