修改访视
This commit is contained in:
@@ -164,7 +164,6 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
public string SubjectCode { get; set; } = String.Empty;
|
||||
public QCChanllengeReuploadEnum? ReuploadEnum { get; set; }
|
||||
|
||||
public ChallengeStateEnum? ChallengeState { get; set; }
|
||||
public bool? IsUrgent { get; set; }
|
||||
public Guid? SubjectId { get; set; }
|
||||
public Guid? SiteId { get; set; }
|
||||
@@ -176,7 +175,7 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
|
||||
public class QCCRCChallengeViewModel
|
||||
{
|
||||
|
||||
public Guid? PreliminaryAuditUserId { get; set; }
|
||||
public bool IsBaseLine { get; set; }
|
||||
public bool IsUrgent { get; set; }
|
||||
public Guid? ClinicalDataSignUserId { get; set; }
|
||||
@@ -186,7 +185,6 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
//public string CreatorFirstName { get; set; }
|
||||
//public string CreatorLastName { get; set; }
|
||||
public string BlindName { get; set; } = String.Empty;
|
||||
public string Creator { get; set; } = String.Empty;
|
||||
|
||||
//public string ReplyerRealName { get; set; }
|
||||
|
||||
@@ -207,13 +205,15 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
|
||||
public DateTime? ClosedTime { get; set; }
|
||||
|
||||
public string ClosedUser { get; set; } = String.Empty;
|
||||
public string PreliminaryAuditUserName { get; set; }
|
||||
|
||||
//public string ClosedUserUserName { get; set; } = String.Empty;
|
||||
|
||||
public DateTime? CreateTime { get; set; }
|
||||
|
||||
public Guid CreateUserId { get; set; }
|
||||
|
||||
public string CreateUser { get; set; } = String.Empty;
|
||||
public string CreateUserName { get; set; } = String.Empty;
|
||||
|
||||
//public bool NeedReUpload { get; set; }
|
||||
public QCChanllengeReuploadEnum ReuploadEnum { get; set; }
|
||||
@@ -236,7 +236,7 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
public Guid LatestReplyUserId { get; set; }
|
||||
|
||||
|
||||
public string LatestReplyUser { get; set; } = String.Empty;
|
||||
public string LatestReplyUserName { get; set; } = String.Empty;
|
||||
|
||||
public string Content { get; set; } = string.Empty;
|
||||
|
||||
@@ -370,11 +370,11 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
|
||||
public DateTime? SubmitTime { get; set; }
|
||||
|
||||
public string CurrentActionUser { get; set; } = String.Empty;
|
||||
public string PreliminaryAuditUser { get; set; } = String.Empty;
|
||||
public string CurrentActionUserName { get; set; } = String.Empty;
|
||||
public string PreliminaryAuditUserName { get; set; } = String.Empty;
|
||||
|
||||
|
||||
public string ReviewAuditUser { get; set; } = String.Empty;
|
||||
public string ReviewAuditUserName { get; set; } = String.Empty;
|
||||
public DateTime? ReviewAuditTime { get; set; }
|
||||
public DateTime? PreliminaryAuditTime { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user