修改全局导表
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user