更新 kit包

This commit is contained in:
XM-GO
2023-08-31 11:12:56 +08:00
parent e027fa848c
commit 9e53f07d92
115 changed files with 213 additions and 213 deletions

View File

@@ -5,12 +5,12 @@ package api
// 生成人:{{.FunctionAuthor}}
// ==========================================================================
import (
"github.com/XM-GO/PandaKit/model"
"github.com/XM-GO/PandaKit/restfulx"
"github.com/PandaXGO/PandaKit/model"
"github.com/PandaXGO/PandaKit/restfulx"
"pandax/apps/{{.PackageName}}/entity"
"pandax/apps/{{.PackageName}}/services"
"github.com/XM-GO/PandaKit/utils"
"github.com/PandaXGO/PandaKit/utils"
)
type {{.ClassName}}Api struct {