Files
IOT_API/Service/Implement/System/RoleService.cs
T
2026-08-27 17:10:56 +08:00

13 lines
247 B
C#

using Service.Interface;
namespace Service.Implement
{
/// <summary>
/// 角色权限管理 服务实现
/// </summary>
public class RoleService : IRoleService
{
// TODO: 实现 角色权限管理 相关方法
}
}