From d20acf38c36c11ee4428c3e74a17f5870dc61b51 Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期四, 16 十一月 2023 09:51:00 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/aps/SRM --- model/test/industry.go | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/model/test/industry.go b/model/test/industry.go index c61ff27..30db4bf 100644 --- a/model/test/industry.go +++ b/model/test/industry.go @@ -2,7 +2,7 @@ package test import ( - "github.com/flipped-aurora/gin-vue-admin/server/global" + "srm/global" ) // Industry 缁撴瀯浣� @@ -13,5 +13,5 @@ // TableName Industry 琛ㄥ悕 func (Industry) TableName() string { - return "industry" + return "srm_industry" } -- Gitblit v1.8.0