修改影像监控查询条件
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-09-11 15:46:48 +08:00
parent 21ded0d466
commit 247b11cec4
3 changed files with 13 additions and 0 deletions
@@ -594,6 +594,11 @@ namespace IRaCIS.Core.Application.Contracts
public UserTypeEnum? UserType { get; set; }
public bool? IsSuccess { get; set; }
public DateTime? DownloadStartTime { get; set; }
public DateTime? DownloadEndTime { get; set; }
public string IP { get; set; }
}
public class SubjectVisitTaskInfo