From 9fa3f65a4424a7ccf9bcf50e5b2d5cec2eceb983 Mon Sep 17 00:00:00 2001 From: dorlolo <428192774@qq.com> Date: Tue, 21 Mar 2023 15:15:40 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E8=A1=A8=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E5=AD=97=E6=AE=B5OldMgmtId?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cmd/model/user.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/model/user.go b/cmd/model/user.go index fd8705f..ec2786d 100644 --- a/cmd/model/user.go +++ b/cmd/model/user.go @@ -34,6 +34,7 @@ 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;"` //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"`