Application/IStation.Application.OpenApi/test/report/dto/UserLoginLogReportDto.cs
@@ -30,16 +30,22 @@ /// 最近30天访客数量 /// </summary> public int Last30DaysUV { get; set; } /// <summary> /// 日志项列表 /// </summary> public List<LoginLogItem> LoginLogList { get; set; } /// <summary> /// 日志汇总列表 /// </summary> public List<LogSummary> LogSummaryList { get; set; } /// <summary> /// 登陆日志项列表 /// 登录统计 /// </summary> public List<UserLoginLogItem> LoginLogList { get; set; } public List<LoginStatistics> LoginStatisticsList { get; set; } } }