caipin 4 rokov pred
rodič
commit
ad79a3b4a3
1 zmenil súbory, kde vykonal 0 pridanie a 1 odobranie
  1. 0 1
      models/cm_safe.go

+ 0 - 1
models/cm_safe.go

@@ -17,5 +17,4 @@ type CmSafe struct {
 	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)"`
-	Rules            string    `xorm:"comment('编号规则') VARCHAR(255)"`
 }