Uat_Study
he 2023-01-09 11:45:03 +08:00
parent 7dec6bbc1a
commit 7589a25ed3
1 changed files with 5 additions and 0 deletions

View File

@ -31,6 +31,11 @@ namespace IRaCIS.Core.Domain.Models
/// </summary>
public Guid? SiteId { get; set; } = Guid.Empty;
[JsonIgnore]
[ForeignKey("SiteId")]]
public Site Site { get; set; }
[JsonIgnore]
public List<Doctor> DoctorList { get; set; }