From e6ee6424c097906d748c528493eef30ca264bd5c Mon Sep 17 00:00:00 2001 From: jjxu <428192774@qq.com> Date: Mon, 3 Apr 2023 09:45:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E8=A1=A8=E5=AD=97=E6=AE=B5re?= =?UTF-8?q?mark?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cmd/model/user.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmd/model/user.go b/cmd/model/user.go index 5c1b183..a4c91d2 100644 --- a/cmd/model/user.go +++ b/cmd/model/user.go @@ -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"`