caipin il y a 4 ans
Parent
commit
55ff69d3fc
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      models/cm_safe.go

+ 0 - 1
models/cm_safe.go

@@ -7,7 +7,6 @@ import (
 type CmSafe struct {
 	Id               int       `xorm:"not null pk autoincr comment('自增id') INT(11)"`
 	BidsectionId     int       `xorm:"not null default 0 comment('标段id') INT(11)"`
-	Uid              int       `xorm:"not null default 0 comment('创建者id') INT(11)"`
 	Code             string    `xorm:"comment('编号') VARCHAR(128)"`
 	CreateTime       time.Time `xorm:"comment('检查时间') DATETIME"`
 	EndTime          time.Time `xorm:"comment('结束时间') DATETIME"`