From dd39909b3d8172856313ea7b2e19d1d7a039a582 Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期二, 15 八月 2023 16:43:22 +0800 Subject: [PATCH] fix --- model/vetting.go | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/model/vetting.go b/model/vetting.go index fb97c05..4729d8c 100644 --- a/model/vetting.go +++ b/model/vetting.go @@ -13,7 +13,11 @@ // 瀹℃壒鐘舵�� Status int `json:"status" gorm:"column:status;type:int;comment:瀹℃壒鐘舵��"` // 瀹℃壒浜� - UserId int `json:"userId" gorm:"column:user_id;type:int;comment:瀹℃壒浜�"` + UserId int `json:"userId" gorm:"column:user_id;type:int;comment:瀹℃壒浜�"` + // 瀹℃壒绫诲瀷 + VettingType int `json:"vettingType" gorm:"column:vetting_type;type:int;comment:瀹℃壒绫诲瀷"` + // 瀹℃壒鍗曞彿 + VettingId int `json:"vettingId" gorm:"column:vetting_id;type:int;comment:瀹℃壒鍗曞彿"` gorm.Model `json:"-"` } -- Gitblit v1.8.0