Files
2023-03-13 15:00:34 +08:00

8 lines
145 B
C#

namespace JNPF.Systems.Interfaces.Permission;
/// <summary>
/// 业务契约:角色信息.
/// </summary>
public interface IRoleService
{
}