From 2083c6a4f3c69d7f0f1deca562b50df3e8bfd91e Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期六, 26 八月 2023 16:12:41 +0800 Subject: [PATCH] add --- api/v1/test/contract.go | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/api/v1/test/contract.go b/api/v1/test/contract.go index b47a1eb..02b469c 100644 --- a/api/v1/test/contract.go +++ b/api/v1/test/contract.go @@ -1,14 +1,14 @@ package test 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" - "github.com/flipped-aurora/gin-vue-admin/server/model/test" - testReq "github.com/flipped-aurora/gin-vue-admin/server/model/test/request" - "github.com/flipped-aurora/gin-vue-admin/server/service" "github.com/gin-gonic/gin" "go.uber.org/zap" + "srm/global" + "srm/model/common/request" + "srm/model/common/response" + "srm/model/test" + testReq "srm/model/test/request" + "srm/service" "strconv" ) -- Gitblit v1.8.0