新增表字段remark

This commit is contained in:
徐俊杰 2023-04-03 09:45:50 +08:00
parent 1784209447
commit e6ee6424c0

View File

@ -34,7 +34,8 @@ type User struct {
Htmltype string `gorm:"html_type" json:"htmltype"`
Envtype string `gorm:"env_type" json:"envtype"`
OldMgmtId int64 `gorm:"column:old_mgmt_id;comment:老管理系统用户id;"`
OldMgmtId int64 `gorm:"column:old_mgmt_id;comment:老管理系统用户id;"`
Remark string `gorm:"column:remark;comment:备注;"`
//IsFdd int64 `gorm:"column:is_fdd;not null;comment:"`
//Account string `gorm:"type:varchar(256) not null"`
//Name string `gorm:"type:varchar(20) not null"`