添加接口
This commit is contained in:
@@ -183,6 +183,15 @@ namespace IRaCIS.Core.Application.Service.Inspection.DTO
|
||||
public SignDTO SignInfo { get; set; } = new SignDTO() { };
|
||||
}
|
||||
|
||||
#region Qc
|
||||
public class DeleteStudyList
|
||||
{
|
||||
public Guid[] ids { get; set; }
|
||||
public Guid subjectVisitId { get; set; }
|
||||
public Guid trialId { get; set; }
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region 受试者
|
||||
public class InsSubjectCommand : InspectionBase, IInspectionDTO, ISignDTO
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user