修改查询条件

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
@@ -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; }