|
@@ -18,7 +18,7 @@ type CrmFinancialAnalyst struct {
|
|
|
ETAId int `description:"eta_id"`
|
|
|
HTId int `description:"ht_id"`
|
|
|
Name string `description:"姓名"`
|
|
|
- HeadImgURL string `description:"头像"`
|
|
|
+ HeadImgURL string `orm:"column(head_img_url)" description:"头像"`
|
|
|
Introduction string `description:"介绍"`
|
|
|
Status AnalystStatus `description:"状态"`
|
|
|
Deleted bool `description:"是否删除"`
|