【优化】租户功能,框架优化

This commit is contained in:
PandaGoAdmin
2022-07-18 18:17:11 +08:00
parent d33bd39570
commit ae38e7bcef
60 changed files with 861 additions and 647 deletions

View File

@@ -8,8 +8,8 @@ import (
logEntity "pandax/apps/log/entity"
logServices "pandax/apps/log/services"
"pandax/base/global"
"pandax/base/httpclient"
"pandax/pkg/global"
"sync"
"time"

View File

@@ -3,7 +3,7 @@ package services
import (
"pandax/apps/job/entity"
"pandax/base/biz"
"pandax/base/global"
"pandax/pkg/global"
)
type (