[优化]base模块提出

This commit is contained in:
PandaGoAdmin
2022-08-02 22:37:37 +08:00
parent 0555922a90
commit 2cb23c0ecf
151 changed files with 550 additions and 5255 deletions

View File

@@ -1,7 +1,7 @@
package entity
import (
"pandax/base/model"
"github.com/XM-GO/PandaKit/model"
)
type LogJob struct {

View File

@@ -1,7 +1,7 @@
package entity
import (
"pandax/base/model"
"github.com/XM-GO/PandaKit/model"
"time"
)

View File

@@ -1,7 +1,7 @@
package entity
import (
"pandax/base/model"
"github.com/XM-GO/PandaKit/model"
)
type LogOper struct {