音频管理和维度分析

This commit is contained in:
spllzh
2025-09-29 22:29:44 +08:00
parent 9554631571
commit f6ad404f65
31 changed files with 443 additions and 50 deletions

View File

@@ -43,6 +43,10 @@ public interface IMenuService extends IService<Menu> {

View File

@@ -43,6 +43,10 @@ public interface IUserRoleService extends IService<UserRole> {

View File

@@ -47,6 +47,10 @@ public class MenuServiceImpl extends ServiceImpl<MenuMapper, Menu> implements IM

View File

@@ -47,6 +47,10 @@ public class RoleServiceImpl extends ServiceImpl<RoleMapper, Role> implements IR

View File

@@ -47,6 +47,10 @@ public class UserRoleServiceImpl extends ServiceImpl<UserRoleMapper, UserRole> i