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

8 lines
156 B
C#

namespace JNPF.Systems.Interfaces.Permission;
/// <summary>
/// 业务契约:用户分组管理.
/// </summary>
public interface IUserGroupService
{
}