caipin 4 yıl önce
ebeveyn
işleme
ad79a3b4a3
1 değiştirilmiş dosya ile 0 ekleme ve 1 silme
  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)"`
 }