【更新】更新结构

This commit is contained in:
PandaGoAdmin
2022-08-02 17:46:19 +08:00
parent 0555922a90
commit 915e20b044
150 changed files with 200 additions and 4884 deletions

View File

@@ -1,10 +1,10 @@
package api
import (
"github.com/XM-GO/PandaKit/ginx"
"github.com/XM-GO/PandaKit/utils"
"pandax/apps/log/entity"
"pandax/apps/log/services"
"pandax/base/ginx"
"pandax/base/utils"
)
type LogJobApi struct {

View File

@@ -1,10 +1,10 @@
package api
import (
"github.com/XM-GO/PandaKit/ginx"
"github.com/XM-GO/PandaKit/utils"
"pandax/apps/log/entity"
"pandax/apps/log/services"
"pandax/base/ginx"
"pandax/base/utils"
)
type LogLoginApi struct {

View File

@@ -1,11 +1,11 @@
package api
import (
"github.com/XM-GO/PandaKit/ginx"
"github.com/XM-GO/PandaKit/utils"
"log"
"pandax/apps/log/entity"
"pandax/apps/log/services"
"pandax/base/ginx"
"pandax/base/utils"
)
type LogOperApi struct {