添加字段

Uat_Study
he 2022-04-20 13:57:55 +08:00
parent b36453341c
commit 22a4a905ae
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ namespace IRaCIS.Core.Application.Contracts
public DateTime? StartTime { get; set; }
public DateTime? EndTime { get; set; }
public bool IsPD { get; set; }
public int? IsPD { get; set; }
public Guid SubjectVisitId { get; set; }
public bool IsSubjectLevel { get; set; } = true;
public string Path { get; set; } = String.Empty;