修改查询条件
This commit is contained in:
@@ -78,7 +78,11 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
|
||||
public string FormWriterKeyInfo { get; set; } = string.Empty;
|
||||
|
||||
public string UserKeyInfo { get; set; } = string.Empty;
|
||||
//public string UserKeyInfo { get; set; } = string.Empty;
|
||||
|
||||
public string UserName { get; set; } = string.Empty;
|
||||
|
||||
public string OrganizationName { get; set; } = string.Empty;
|
||||
|
||||
|
||||
}
|
||||
@@ -247,6 +251,8 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
|
||||
public string UserKeyInfo { get; set; } = string.Empty;
|
||||
|
||||
|
||||
|
||||
public TrialSiteSurveyEnum? State { get; set; }
|
||||
|
||||
public bool? IsAbandon { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user