From 2b6e19d0864e922f67c672775a501d953dd01d8d Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期四, 23 十一月 2023 14:44:14 +0800 Subject: [PATCH] 附件上传与预览 --- 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