添加字段

This commit is contained in:
he
2022-04-20 13:57:55 +08:00
parent b36453341c
commit 22a4a905ae
@@ -91,7 +91,7 @@ namespace IRaCIS.Core.Application.Contracts
public DateTime? StartTime { get; set; } public DateTime? StartTime { get; set; }
public DateTime? EndTime { get; set; } public DateTime? EndTime { get; set; }
public bool IsPD { get; set; } public int? IsPD { get; set; }
public Guid SubjectVisitId { get; set; } public Guid SubjectVisitId { get; set; }
public bool IsSubjectLevel { get; set; } = true; public bool IsSubjectLevel { get; set; } = true;
public string Path { get; set; } = String.Empty; public string Path { get; set; } = String.Empty;