重构项目模块路径,从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

@@ -1,7 +1,8 @@
package service
import (
"github.com/cool-team-official/cool-admin-go/cool"
"blazing/cool"
"github.com/gogf/gf/v2/errors/gerror"
"github.com/gogf/gf/v2/frame/g"
"github.com/gogf/gf/v2/os/gcron"

View File

@@ -3,8 +3,10 @@ package service
import (
"time"
"github.com/cool-team-official/cool-admin-go/cool"
"github.com/cool-team-official/cool-admin-go/modules/task/model"
"blazing/cool"
"blazing/modules/task/model"
"github.com/gogf/gf/v2/errors/gerror"
"github.com/gogf/gf/v2/frame/g"
"github.com/gogf/gf/v2/util/gconv"