caipin 4 年之前
父节点
当前提交
55ff69d3fc
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      models/cm_safe.go

+ 0 - 1
models/cm_safe.go

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