From d7373b2a485e77c54c253932f98ef487cc4edfc7 Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期三, 30 八月 2023 20:19:40 +0800 Subject: [PATCH] fix --- service/system/sys_auto_code_mssql.go | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/service/system/sys_auto_code_mssql.go b/service/system/sys_auto_code_mssql.go index 834a499..f0bf229 100644 --- a/service/system/sys_auto_code_mssql.go +++ b/service/system/sys_auto_code_mssql.go @@ -2,8 +2,8 @@ import ( "fmt" - "github.com/flipped-aurora/gin-vue-admin/server/global" - "github.com/flipped-aurora/gin-vue-admin/server/model/system/response" + "srm/global" + "srm/model/system/response" ) var AutoCodeMssql = new(autoCodeMssql) -- Gitblit v1.8.0