项目目录优化,任务模块后端代码

This commit is contained in:
PandaGoAdmin
2021-12-23 17:32:41 +08:00
parent 21ff92a93c
commit d71b0154f6
18 changed files with 162 additions and 153 deletions

View File

@@ -3,13 +3,13 @@ package router
import (
"github.com/gin-gonic/gin"
api2 "pandax/apps/system/api"
services2 "pandax/apps/system/services"
services "pandax/apps/system/services"
"pandax/base/ctx"
)
func InitApiRouter(router *gin.RouterGroup) {
s := &api2.SystemApiApi{
ApiApp: services2.SysSysApiModelDao,
ApiApp: services.SysSysApiModelDao,
}
api := router.Group("api")