优化功能,通知功能,任务功能

This commit is contained in:
PandaGoAdmin
2021-12-24 16:50:06 +08:00
parent d71b0154f6
commit 816791f148
31 changed files with 521 additions and 72 deletions

View File

@@ -2,7 +2,7 @@ package router
import (
"github.com/gin-gonic/gin"
api2 "pandax/apps/system/api"
"pandax/apps/system/api"
"pandax/apps/system/services"
logServices "pandax/apps/log/services"
@@ -10,7 +10,7 @@ import (
)
func InitUserRouter(router *gin.RouterGroup) {
s := &api2.UserApi{
s := &api.UserApi{
RoleApp: services.SysRoleModelDao,
MenuApp: services.SysMenuModelDao,
RoleMenuApp: services.SysRoleMenuModelDao,