From d7373b2a485e77c54c253932f98ef487cc4edfc7 Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期三, 30 八月 2023 20:19:40 +0800 Subject: [PATCH] fix --- api/v1/system/sys_user.go | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/api/v1/system/sys_user.go b/api/v1/system/sys_user.go index 46554e6..f9a77cf 100644 --- a/api/v1/system/sys_user.go +++ b/api/v1/system/sys_user.go @@ -4,13 +4,13 @@ "strconv" "time" - "github.com/flipped-aurora/gin-vue-admin/server/global" - "github.com/flipped-aurora/gin-vue-admin/server/model/common/request" - "github.com/flipped-aurora/gin-vue-admin/server/model/common/response" - "github.com/flipped-aurora/gin-vue-admin/server/model/system" - systemReq "github.com/flipped-aurora/gin-vue-admin/server/model/system/request" - systemRes "github.com/flipped-aurora/gin-vue-admin/server/model/system/response" - "github.com/flipped-aurora/gin-vue-admin/server/utils" + "srm/global" + "srm/model/common/request" + "srm/model/common/response" + "srm/model/system" + systemReq "srm/model/system/request" + systemRes "srm/model/system/response" + "srm/utils" "github.com/gin-gonic/gin" "github.com/redis/go-redis/v9" -- Gitblit v1.8.0