|
@@ -49,6 +49,7 @@ type OilSupplierCert struct {
|
|
|
NationalCertTotal int `xorm:"default 0 comment('具有国家注册执业资格证书总数') INT(10)"`
|
|
NationalCertTotal int `xorm:"default 0 comment('具有国家注册执业资格证书总数') INT(10)"`
|
|
|
DesignerTotal int `xorm:"default 0 comment('设计人员总数') INT(10)"`
|
|
DesignerTotal int `xorm:"default 0 comment('设计人员总数') INT(10)"`
|
|
|
SkillerTotal int `xorm:"default 0 comment('技术工人总数') INT(10)"`
|
|
SkillerTotal int `xorm:"default 0 comment('技术工人总数') INT(10)"`
|
|
|
|
|
+ IsPay int `xorm:"default 0 comment('是否交费 0 未交费 1 已交费 2 不需要交费') INT(11)"`
|
|
|
WorkflowId string `xorm:"default '0' comment('工作流的ID') VARCHAR(255)"`
|
|
WorkflowId string `xorm:"default '0' comment('工作流的ID') VARCHAR(255)"`
|
|
|
ProcessKey string `xorm:"default '0' comment('工作流的名称') VARCHAR(255)"`
|
|
ProcessKey string `xorm:"default '0' comment('工作流的名称') VARCHAR(255)"`
|
|
|
FirstAudit int `xorm:"default 0 comment('初审') INT(10)"`
|
|
FirstAudit int `xorm:"default 0 comment('初审') INT(10)"`
|
|
@@ -56,6 +57,7 @@ type OilSupplierCert struct {
|
|
|
ThirdAudit int `xorm:"default 0 comment('专业科室审批') INT(10)"`
|
|
ThirdAudit int `xorm:"default 0 comment('专业科室审批') INT(10)"`
|
|
|
FourthAudit int `xorm:"default 0 comment('集中审批') INT(10)"`
|
|
FourthAudit int `xorm:"default 0 comment('集中审批') INT(10)"`
|
|
|
AuditIndex int `xorm:"default 0 comment('审批次数') INT(11)"`
|
|
AuditIndex int `xorm:"default 0 comment('审批次数') INT(11)"`
|
|
|
|
|
+ BackRemark string `xorm:"default '' comment('退回原因') VARCHAR(255)"`
|
|
|
CommitComId string `xorm:"default '0' comment('提交二级单位Id') VARCHAR(50)"`
|
|
CommitComId string `xorm:"default '0' comment('提交二级单位Id') VARCHAR(50)"`
|
|
|
BusinessKey string `xorm:"VARCHAR(255)"`
|
|
BusinessKey string `xorm:"VARCHAR(255)"`
|
|
|
StorageOn time.Time `xorm:"DATETIME"`
|
|
StorageOn time.Time `xorm:"DATETIME"`
|
|
@@ -113,6 +115,7 @@ type Del_OilSupplierCert struct {
|
|
|
NationalCertTotal int `xorm:"default 0 comment('具有国家注册执业资格证书总数') INT(10)"`
|
|
NationalCertTotal int `xorm:"default 0 comment('具有国家注册执业资格证书总数') INT(10)"`
|
|
|
DesignerTotal int `xorm:"default 0 comment('设计人员总数') INT(10)"`
|
|
DesignerTotal int `xorm:"default 0 comment('设计人员总数') INT(10)"`
|
|
|
SkillerTotal int `xorm:"default 0 comment('技术工人总数') INT(10)"`
|
|
SkillerTotal int `xorm:"default 0 comment('技术工人总数') INT(10)"`
|
|
|
|
|
+ IsPay int `xorm:"default 0 comment('是否交费 0 未交费 1 已交费 2 不需要交费') INT(11)"`
|
|
|
WorkflowId string `xorm:"default '0' comment('工作流的ID') VARCHAR(255)"`
|
|
WorkflowId string `xorm:"default '0' comment('工作流的ID') VARCHAR(255)"`
|
|
|
ProcessKey string `xorm:"default '0' comment('工作流的名称') VARCHAR(255)"`
|
|
ProcessKey string `xorm:"default '0' comment('工作流的名称') VARCHAR(255)"`
|
|
|
FirstAudit int `xorm:"default 0 comment('初审') INT(10)"`
|
|
FirstAudit int `xorm:"default 0 comment('初审') INT(10)"`
|
|
@@ -120,6 +123,7 @@ type Del_OilSupplierCert struct {
|
|
|
ThirdAudit int `xorm:"default 0 comment('专业科室审批') INT(10)"`
|
|
ThirdAudit int `xorm:"default 0 comment('专业科室审批') INT(10)"`
|
|
|
FourthAudit int `xorm:"default 0 comment('集中审批') INT(10)"`
|
|
FourthAudit int `xorm:"default 0 comment('集中审批') INT(10)"`
|
|
|
AuditIndex int `xorm:"default 0 comment('审批次数') INT(11)"`
|
|
AuditIndex int `xorm:"default 0 comment('审批次数') INT(11)"`
|
|
|
|
|
+ BackRemark string `xorm:"default '' comment('退回原因') VARCHAR(255)"`
|
|
|
CommitComId string `xorm:"default '0' comment('提交二级单位Id') VARCHAR(50)"`
|
|
CommitComId string `xorm:"default '0' comment('提交二级单位Id') VARCHAR(50)"`
|
|
|
BusinessKey string `xorm:"VARCHAR(255)"`
|
|
BusinessKey string `xorm:"VARCHAR(255)"`
|
|
|
StorageOn time.Time `xorm:"DATETIME"`
|
|
StorageOn time.Time `xorm:"DATETIME"`
|