caipin 4 년 전
부모
커밋
ad79a3b4a3
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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)"`
 }