重构项目模块路径,从cool-team-official/cool-admin-go改为blazing

This commit is contained in:
1
2025-06-20 22:03:38 +00:00
parent 69d5755acb
commit 9eda5799d5
128 changed files with 372 additions and 9658 deletions

View File

@@ -3,8 +3,9 @@ package admin
import (
"context"
"github.com/cool-team-official/cool-admin-go/cool"
"github.com/cool-team-official/cool-admin-go/modules/dict/service"
"blazing/cool"
"blazing/modules/dict/service"
"github.com/gogf/gf/v2/frame/g"
)

View File

@@ -1,8 +1,9 @@
package admin
import (
"github.com/cool-team-official/cool-admin-go/cool"
"github.com/cool-team-official/cool-admin-go/modules/dict/service"
"blazing/cool"
"blazing/modules/dict/service"
)
type DictTypeController struct {

View File

@@ -1,5 +1,5 @@
package controller
import (
_ "github.com/cool-team-official/cool-admin-go/modules/dict/controller/admin"
_ "blazing/modules/dict/controller/admin"
)