[修复]代码生成

This commit is contained in:
PandaGoAdmin
2022-07-17 01:26:42 +08:00
parent c33f6f816b
commit d33bd39570
12 changed files with 153 additions and 42 deletions

View File

@@ -9,7 +9,7 @@ import (
func InitApiRouter(router *gin.RouterGroup) {
s := &api.SystemApiApi{
ApiApp: services.SysSysApiModelDao,
ApiApp: services.SysApiModelDao,
}
api := router.Group("api")