mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-23 02:48:34 +08:00
[优化]
This commit is contained in:
@@ -5,13 +5,13 @@ package api
|
||||
// 生成人:{{.FunctionAuthor}}
|
||||
// ==========================================================================
|
||||
import (
|
||||
"pandax/kit/model"
|
||||
"pandax/kit/restfulx"
|
||||
"github.com/PandaXGO/PandaKit/model"
|
||||
"github.com/PandaXGO/PandaKit/restfulx"
|
||||
"strings"
|
||||
|
||||
"pandax/apps/{{.PackageName}}/entity"
|
||||
"pandax/apps/{{.PackageName}}/services"
|
||||
"pandax/kit/biz"
|
||||
"github.com/PandaXGO/PandaKit/biz"
|
||||
)
|
||||
|
||||
type {{.ClassName}}Api struct {
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
package router
|
||||
|
||||
import (
|
||||
"pandax/kit/model"
|
||||
"pandax/kit/restfulx"
|
||||
"github.com/PandaXGO/PandaKit/model"
|
||||
"github.com/PandaXGO/PandaKit/restfulx"
|
||||
"pandax/apps/{{.PackageName}}/api"
|
||||
"pandax/apps/{{.PackageName}}/entity"
|
||||
"pandax/apps/{{.PackageName}}/services"
|
||||
|
||||
Reference in New Issue
Block a user