8 lines
156 B
C#
8 lines
156 B
C#
namespace JNPF.Systems.Interfaces.Permission;
|
|
|
|
/// <summary>
|
|
/// 业务契约:用户分组管理.
|
|
/// </summary>
|
|
public interface IUserGroupService
|
|
{
|
|
} |