正在显示
1 个修改的文件
包含
4 行增加
和
4 行删除
@@ -10,10 +10,10 @@ import ( | @@ -10,10 +10,10 @@ import ( | ||
10 | type ChanceSelfCheck struct { | 10 | type ChanceSelfCheck struct { |
11 | Id int64 `orm:"column(id);pk" description:"编号"` | 11 | Id int64 `orm:"column(id);pk" description:"编号"` |
12 | UserCompanyId int64 `orm:"column(user_company_id);null" description:"提交人"` | 12 | UserCompanyId int64 `orm:"column(user_company_id);null" description:"提交人"` |
13 | - ChanceId int64 `orm:"column(chanceId);null" description:"机会编号"` | ||
14 | - RelateId int64 `orm:"column(relateId)" description:"关联编号 机会编号 / 审核流程编号"` | ||
15 | - CheckItem string `orm:"column(checkItem);size(50)" description:"检查项"` | ||
16 | - GroupId int64 `orm:"column(groupId)" description:"分组编号(audit_check.id/pid)"` | 13 | + ChanceId int64 `orm:"column(chance_id);null" description:"机会编号"` |
14 | + RelateId int64 `orm:"column(relate_id)" description:"关联编号 机会编号 / 审核流程编号"` | ||
15 | + CheckItem string `orm:"column(check_item);size(50)" description:"检查项"` | ||
16 | + GroupId int64 `orm:"column(group_id)" description:"分组编号(audit_check.id/pid)"` | ||
17 | Answer string `orm:"column(answer);size(50);null" description:"回答"` | 17 | Answer string `orm:"column(answer);size(50);null" description:"回答"` |
18 | Reason string `orm:"column(reason);size(200);null" description:"理由"` | 18 | Reason string `orm:"column(reason);size(200);null" description:"理由"` |
19 | CreateAt time.Time `orm:"column(create_at);type(timestamp);null" description:"创建时间"` | 19 | CreateAt time.Time `orm:"column(create_at);type(timestamp);null" description:"创建时间"` |
-
请 注册 或 登录 后发表评论