mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-05-06 03:51:25 +08:00
【修复】代码生成
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user