Uat_Study
he 2022-06-08 18:01:04 +08:00
parent dcc147409e
commit 56e8721ce0
2 changed files with 6 additions and 9 deletions

View File

@ -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

View File

@ -49,11 +49,6 @@ namespace IRaCIS.Core.Domain.Models
/// </summary>
public bool IsEnable { get; set; }
/// <summary>
/// 是否勾选
/// </summary>
public bool IsCheck { get; set; }
}