caipin 4 年之前
父节点
当前提交
56c9d8b08f
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      models/cm_safe_audit.go

+ 0 - 1
models/cm_safe_audit.go

@@ -13,7 +13,6 @@ type CmSafeAudit struct {
 	Status        int       `xorm:"default 0 comment('状态(0通过1退回2关闭)') INT(11)"`
 	Status        int       `xorm:"default 0 comment('状态(0通过1退回2关闭)') INT(11)"`
 	Progress      int       `xorm:"not null default 0 comment('审批进度(0上报人1审批2整改3复查)') TINYINT(1)"`
 	Progress      int       `xorm:"not null default 0 comment('审批进度(0上报人1审批2整改3复查)') TINYINT(1)"`
 	CreateTime    time.Time `xorm:"comment('开始时间') DATETIME"`
 	CreateTime    time.Time `xorm:"comment('开始时间') DATETIME"`
-	EndTime       time.Time `xorm:"comment('结束时间') DATETIME"`
 	Opinion       string    `xorm:"comment('审批意见') VARCHAR(1024)"`
 	Opinion       string    `xorm:"comment('审批意见') VARCHAR(1024)"`
 	Rectifiedinfo string    `xorm:"comment('整改情况') VARCHAR(1024)"`
 	Rectifiedinfo string    `xorm:"comment('整改情况') VARCHAR(1024)"`
 }
 }