修改
This commit is contained in:
@@ -33,7 +33,7 @@ namespace IRaCIS.Core.Domain.Models
|
||||
|
||||
|
||||
[JsonIgnore]
|
||||
[ForeignKey("SiteId")]]
|
||||
[ForeignKey("SiteId")]
|
||||
public Site Site { get; set; }
|
||||
|
||||
[JsonIgnore]
|
||||
|
||||
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user