From 25c573d55986e02cf5f70cc3868e2b94a4be98e2 Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期五, 25 八月 2023 19:35:57 +0800 Subject: [PATCH] change package name --- api/v1/system/sys_auto_code_history.go | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/api/v1/system/sys_auto_code_history.go b/api/v1/system/sys_auto_code_history.go index 4ad6b5e..855c761 100644 --- a/api/v1/system/sys_auto_code_history.go +++ b/api/v1/system/sys_auto_code_history.go @@ -1,12 +1,12 @@ package system import ( - "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" - systemReq "github.com/flipped-aurora/gin-vue-admin/server/model/system/request" "github.com/gin-gonic/gin" "go.uber.org/zap" + "srm/global" + "srm/model/common/request" + "srm/model/common/response" + systemReq "srm/model/system/request" ) type AutoCodeHistoryApi struct{} -- Gitblit v1.8.0