修改全局导表

This commit is contained in:
2024-08-08 13:24:17 +08:00
parent b832a66abf
commit 7894a4991c
3 changed files with 21 additions and 8 deletions
@@ -935,6 +935,9 @@ namespace IRaCIS.Core.Application.Contracts
public string SubjectCode { get; set; } = String.Empty;
public Guid Id { get; set; }
public Guid DoctorUserId { get; set; }
public string TaskName { get; set; }
public string TaskBlindName { get; set; }
@@ -964,7 +967,7 @@ namespace IRaCIS.Core.Application.Contracts
//根据裁判的任务结果 设置访视任务的这个字段 该字段表示 裁判认同该任务的结果
[DictionaryTranslateAttribute("YesOrNo")]
public bool IsGenerateJudge { get; set; }
public bool? IsGenerateJudge { get; set; }
[JsonIgnore]