正在显示
1 个修改的文件
包含
0 行增加
和
1 行删除
@@ -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 { |
-
请 注册 或 登录 后发表评论