用户表新增字段OldMgmtId
This commit is contained in:
parent
dfe218e1a0
commit
9fa3f65a44
@ -34,6 +34,7 @@ type User struct {
|
|||||||
Htmltype string `gorm:"html_type" json:"htmltype"`
|
Htmltype string `gorm:"html_type" json:"htmltype"`
|
||||||
Envtype string `gorm:"env_type" json:"envtype"`
|
Envtype string `gorm:"env_type" json:"envtype"`
|
||||||
|
|
||||||
|
OldMgmtId int64 `gorm:"column:old_mgmt_id,comment:老管理系统用户id;"`
|
||||||
//IsFdd int64 `gorm:"column:is_fdd;not null;comment:"`
|
//IsFdd int64 `gorm:"column:is_fdd;not null;comment:"`
|
||||||
//Account string `gorm:"type:varchar(256) not null"`
|
//Account string `gorm:"type:varchar(256) not null"`
|
||||||
//Name string `gorm:"type:varchar(20) not null"`
|
//Name string `gorm:"type:varchar(20) not null"`
|
||||||
|
Loading…
Reference in New Issue
Block a user