作者 tangxvhui

bug 修复

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