添加接口

This commit is contained in:
he
2022-04-12 11:00:29 +08:00
parent 42edc62f04
commit 0c6031c04c
2 changed files with 57 additions and 4 deletions
@@ -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
{