...
|
...
|
@@ -36,8 +36,8 @@ type Chance struct { |
|
|
Code string `orm:"column(code)" description:"机会编码 一级编码+二级编码"`
|
|
|
Status int8 `orm:"column(status)" description:"状态 1:开启 2:关闭 "`
|
|
|
SelfChecks string `orm:"column(self_checks);size(1000);null" description:"自查内容"`
|
|
|
SubmitCheckTime time.Time `orm:"column(submit_check_time);type(timestamp)" description:"提交筛选时间"`
|
|
|
SubmitCheckStatus int `orm:"column(submit_check_status)" description:"提交筛选状态 0:未提交 1:已提交"`
|
|
|
SubmitCheckTime time.Time `orm:"column(check_time);type(timestamp)" description:"时间"`
|
|
|
SubmitCheckStatus int `orm:"column(check_result_status)" description:"机会筛选状态【1:待处理】【2:通过】【3:不通过】"`
|
|
|
}
|
|
|
|
|
|
const (
|
...
|
...
|
|