作者 tangxvhui

bug 修复

@@ -18,7 +18,6 @@ type Company struct { @@ -18,7 +18,6 @@ type Company struct {
18 Enable int8 `orm:"column(enable)"` 18 Enable int8 `orm:"column(enable)"`
19 UserCenterId int64 `orm:"column(user_center_id)"` 19 UserCenterId int64 `orm:"column(user_center_id)"`
20 Remark string `orm:"column(remark)"` 20 Remark string `orm:"column(remark)"`
21 - UserCompanyId int64 `orm:"column(user_company_id)"`  
22 } 21 }
23 22
24 func (t *Company) TableName() string { 23 func (t *Company) TableName() string {