录音管理和销售管理能增强

This commit is contained in:
spllzh
2025-10-01 17:57:11 +08:00
parent f6ad404f65
commit a493ef8c20
32 changed files with 365 additions and 52 deletions

View File

@@ -46,6 +46,11 @@ public interface IMenuService extends IService<Menu> {

View File

@@ -46,6 +46,11 @@ public interface IUserRoleService extends IService<UserRole> {

View File

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

View File

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

View File

@@ -50,6 +50,11 @@ public class UserRoleServiceImpl extends ServiceImpl<UserRoleMapper, UserRole> i