录音统计,代码优化

This commit is contained in:
spllzh
2025-08-16 06:11:06 +08:00
parent 7fe50bb811
commit 45548df6bd
20 changed files with 84 additions and 2 deletions

View File

@@ -18,3 +18,4 @@ public interface IMenuService extends IService<Menu> {

View File

@@ -18,3 +18,4 @@ public interface IRoleService extends IService<Role> {

View File

@@ -18,3 +18,4 @@ public interface IUserRoleService extends IService<UserRole> {

View File

@@ -22,3 +22,4 @@ public class MenuServiceImpl extends ServiceImpl<MenuMapper, Menu> implements IM

View File

@@ -22,3 +22,4 @@ public class RoleServiceImpl extends ServiceImpl<RoleMapper, Role> implements IR

View File

@@ -22,3 +22,4 @@ public class UserRoleServiceImpl extends ServiceImpl<UserRoleMapper, UserRole> i