This commit is contained in:
he
2023-01-17 16:40:17 +08:00
parent 88975db473
commit ea7f7b5155
5 changed files with 19 additions and 4 deletions
@@ -996,6 +996,10 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public Guid? OtherGlobalTaskId { get; set; }
public string SubjectCode { get; set; } = string.Empty;
public string TaskBlindName { get; set; } = string.Empty;
public Guid? JudgeTaskId { get; set; }
public string? JudgeTaskName { get; set; }