代码优化

This commit is contained in:
spllzh
2025-08-15 08:03:14 +08:00
parent b20832bdb2
commit 1d9d5ca2c4
20 changed files with 70 additions and 101 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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