修改一版代码
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user