This commit is contained in:
he
2023-01-09 11:51:13 +08:00
parent 7589a25ed3
commit 57b28e7356
3 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ namespace IRaCIS.Core.Domain.Models
[JsonIgnore]
[ForeignKey("SiteId")]]
[ForeignKey("SiteId")]
public Site Site { get; set; }
[JsonIgnore]
+2
View File
@@ -21,6 +21,8 @@ namespace IRaCIS.Core.Domain.Models
public Guid? HospitalId { get; set; }
public int State { get; set; }
public string Province { get; set; } = string.Empty;
public string UniqueCode { get; set; } = string.Empty;
public string Address { get; set; }