caipin 4 年 前
コミット
f0aeb76f15
1 ファイル変更1 行追加0 行削除
  1. 1 0
      models/cm_safe.go

+ 1 - 0
models/cm_safe.go

@@ -16,4 +16,5 @@ type CmSafe struct {
 	Demand           string    `xorm:"comment('处理要求') VARCHAR(128)"`
 	Status           int       `xorm:"default 0 comment('状态') INT(11)"`
 	Uid              int       `xorm:"not null default 0 comment('创建者id') INT(11)"`
+	Times            int       `xorm:"default 0 comment('审批次数') INT(11)"`
 }