This commit is contained in:
he
2022-06-08 18:01:04 +08:00
parent dcc147409e
commit 56e8721ce0
2 changed files with 6 additions and 9 deletions
@@ -19,6 +19,11 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// 项目ID
/// </summary>
public Guid? TrialId { get; set; }
/// <summary>
/// 是否勾选
/// </summary>
public bool IsCheck { get; set; }
}
public class ClinicalDataSystemSetAddOrEdit
@@ -49,10 +54,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// </summary>
public bool IsEnable { get; set; }
/// <summary>
/// 是否勾选
/// </summary>
public bool IsCheck { get; set; }
}
public class ClinicalDataView : ClinicalData