修改查询条件

This commit is contained in:
2022-03-31 18:07:29 +08:00
parent 369fbc6d2c
commit 0c6be16987
5 changed files with 19 additions and 10 deletions
@@ -137,6 +137,8 @@ namespace IRaCIS.Core.Application.ViewModel
[NotDefault]
public Guid TrialId { get; set; }
public string BaseUrl { get; set; } = string.Empty;
public string RouteUrl { get; set; } = string.Empty;
public List<UserEmail> SendUsers { get; set; } = new List<UserEmail>();
@@ -16,7 +16,11 @@ namespace IRaCIS.Application.Contracts
public DateTime? RemoveTime { get; set; }
public Guid? SiteId { get; set; }
public string Phone { get; set; } = String.Empty;
public DateTime? UpdateTime { get; set; }
public DateTime UpdateTime { get; set; }
public DateTime CreateTime { get; set; }
public string UserType { get; set; } = String.Empty;
public string UserRealName { get; set; } = String.Empty;