修改一版

This commit is contained in:
he
2022-06-09 13:33:34 +08:00
parent 0f9c391f28
commit d1064cce02
8 changed files with 78 additions and 56 deletions
@@ -67,7 +67,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// <summary>
/// 项目ID
/// </summary>
public Guid? TrialId { get; set; }
public Guid TrialId { get; set; }
/// <summary>
/// 系统的ClinicalDataSetId
@@ -89,6 +89,11 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
return this.SystemClinicalDataSetId == null ? false : true;
}
}
/// <summary>
/// 是否使用
/// </summary>
public bool IsUsed { get; set; } = false;
}