【修复】代码生成

This commit is contained in:
PandaGoAdmin
2022-07-16 18:49:57 +08:00
parent a6c5e581e3
commit 9223c6404f
19 changed files with 295 additions and 148 deletions

View File

@@ -17,7 +17,7 @@ func InitSysTenantRouter(router *gin.RouterGroup) {
s := &api.SysTenantsApi{
SysTenantsApp: services.SysTenantModelDao,
}
routerGroup := router.Group("SysTenant")
routerGroup := router.Group("tenant")
SysTenantListLog := ctx.NewLogInfo("获取SysTenant分页列表")
routerGroup.GET("list", func(c *gin.Context) {