🎨 清理多余文件,修改项目model
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
package common
|
||||
|
||||
import (
|
||||
"github.com/flipped-aurora/gin-vue-admin/server/global"
|
||||
commonModel "github.com/flipped-aurora/gin-vue-admin/server/model/common"
|
||||
commonReq "github.com/flipped-aurora/gin-vue-admin/server/model/common/request"
|
||||
"github.com/flipped-aurora/gin-vue-admin/server/model/common/response"
|
||||
commonRes "github.com/flipped-aurora/gin-vue-admin/server/model/common/response"
|
||||
"git.echol.cn/loser/Go-Web-Template/server/global"
|
||||
commonModel "git.echol.cn/loser/Go-Web-Template/server/model/common"
|
||||
commonReq "git.echol.cn/loser/Go-Web-Template/server/model/common/request"
|
||||
"git.echol.cn/loser/Go-Web-Template/server/model/common/response"
|
||||
commonRes "git.echol.cn/loser/Go-Web-Template/server/model/common/response"
|
||||
"github.com/gin-gonic/gin"
|
||||
"go.uber.org/zap"
|
||||
"strconv"
|
||||
|
||||
Reference in New Issue
Block a user