修改质疑

This commit is contained in:
2022-11-29 17:53:55 +08:00
parent a051342181
commit 4942089b0c
4 changed files with 30 additions and 8 deletions
@@ -201,6 +201,11 @@ namespace IRaCIS.Core.Application.Contracts.DTO
public class QCChallengeWithUser : QCChallengeCommand
{
public string VisitName { get; set; }
public string BlindName { get; set; } = string.Empty;
public string SubjectCode { get; set; }
public Guid? CurrentActionUserId { get; set; }
public string CurrentActionUserName { get; set; } = String.Empty;
@@ -239,7 +244,7 @@ namespace IRaCIS.Core.Application.Contracts.DTO
public class ChallengeAndDialog: QCChallengeWithUser
{
public List<QCChanllengeDialogDTO> DialogList { get; set; } = new List<QCChanllengeDialogDTO>();
}