修改一版代码

This commit is contained in:
he
2022-04-14 14:59:04 +08:00
parent 873d4af8da
commit 2a695259c7
3 changed files with 47 additions and 5 deletions
@@ -160,6 +160,13 @@ namespace IRaCIS.Core.Application.Service.Inspection.DTO
#endregion
public class ObtainOrCancelQCTaskDto
{
public Guid trialId { get; set; }
public Guid subjectVisitId { get; set; }
public bool obtaionOrCancel { get; set; }
}
public class DataInspectionDto<T> : IInspectionDTO, ISignDTO
{