feat: 添加在线用户及注册人数的分析接口
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
namespace Yi.Framework.Rbac.Application.Contracts.IServices
|
||||
using Volo.Abp.Application.Dtos;
|
||||
using Yi.Framework.Rbac.Domain.Shared.Model;
|
||||
|
||||
namespace Yi.Framework.Rbac.Application.Contracts.IServices
|
||||
{
|
||||
public interface IOnlineService
|
||||
{
|
||||
Task< PagedResultDto<OnlineUserModel>> GetListAsync(OnlineUserModel online);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user