修改查询条件
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user