|
|
@@ -16,6 +16,7 @@ type OilContractReview struct {
|
|
|
FourthAudit int `json:"FourthAudit" xorm:"comment('集中审批') INT(11) 'FourthAudit'"`
|
|
|
ProfessionalAudit int `json:"ProfessionalAudit" xorm:"comment('业务处室专业审批人id') INT(11) 'ProfessionalAudit'"`
|
|
|
AuditIndex int `json:"AuditIndex" xorm:"default 0 comment('审批次数') INT(11) 'AuditIndex'"`
|
|
|
+ IsFinal string `json:"IsFinal" xorm:"comment('是否最终评价(履行完成) 0否1是') INT(11) 'IsFinal'"`
|
|
|
CreateOn time.Time `json:"CreateOn" xorm:"DATETIME 'CreateOn'"`
|
|
|
CreateUserId int `json:"CreateUserId" xorm:"INT(11) 'CreateUserId'"`
|
|
|
CreateBy string `json:"CreateBy" xorm:"VARCHAR(50) 'CreateBy'"`
|