From 747212fd29dde10aec87b327be8df1ca9ba32b92 Mon Sep 17 00:00:00 2001 From: jjxu <428192774@qq.com> Date: Mon, 3 Apr 2023 13:46:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=90=8C=E8=A1=A8=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cmd/model/contract.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/model/contract.go b/cmd/model/contract.go index c39d1e9..42c7f6c 100644 --- a/cmd/model/contract.go +++ b/cmd/model/contract.go @@ -29,4 +29,5 @@ type Contract struct { CreatedAt int32 `gorm:"column:created_at;autoCreateTime"` UpdatedAt int32 `gorm:"column:updated_at;autoCreateTime"` DeletedAt soft_delete.DeletedAt + OldMgmtDataId int32 `gorm:"column:old_mgmt_data_id"` //老画家宝中的id }