修改接口

This commit is contained in:
2022-10-14 14:36:59 +08:00
parent 420ba0bd33
commit 774bf72460
4 changed files with 45 additions and 48 deletions
@@ -834,8 +834,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
[NotDefault]
public Guid TrialId { get; set; }
[NotDefault]
public Guid VisitTaskId { get; set; }
public Guid? VisitTaskId { get; set; }
}