修改质疑
This commit is contained in:
@@ -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>();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user