重构项目模块路径,从cool-team-official/cool-admin-go改为blazing
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
package service
|
||||
|
||||
import (
|
||||
_ "github.com/cool-team-official/cool-admin-go/modules/space/model"
|
||||
_ "blazing/modules/space/model"
|
||||
)
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
package service
|
||||
|
||||
import (
|
||||
"github.com/cool-team-official/cool-admin-go/cool"
|
||||
"github.com/cool-team-official/cool-admin-go/modules/space/model"
|
||||
"blazing/cool"
|
||||
|
||||
"blazing/modules/space/model"
|
||||
)
|
||||
|
||||
type SpaceInfoService struct {
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
package service
|
||||
|
||||
import (
|
||||
"github.com/cool-team-official/cool-admin-go/cool"
|
||||
"github.com/cool-team-official/cool-admin-go/modules/space/model"
|
||||
"blazing/cool"
|
||||
|
||||
"blazing/modules/space/model"
|
||||
)
|
||||
|
||||
type SpaceTypeService struct {
|
||||
|
||||
Reference in New Issue
Block a user