From f22238066f4901370059bb6aaa94742709c4e8bd Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期一, 28 八月 2023 19:18:17 +0800 Subject: [PATCH] fix --- model/test/request/industry.go | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/model/test/request/industry.go b/model/test/request/industry.go index 3837729..b80fcc2 100644 --- a/model/test/request/industry.go +++ b/model/test/request/industry.go @@ -1,8 +1,8 @@ package request import ( - "github.com/flipped-aurora/gin-vue-admin/server/model/common/request" - "github.com/flipped-aurora/gin-vue-admin/server/model/test" + "srm/model/common/request" + "srm/model/test" "time" ) -- Gitblit v1.8.0