From 4798f175a4d659aa621f9194d7fce0299057cdd8 Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期三, 19 七月 2023 18:15:57 +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