修改site

This commit is contained in:
2022-08-09 15:58:57 +08:00
parent 2b67e4930a
commit 5b74fc6f11
7 changed files with 80 additions and 20 deletions
+4
View File
@@ -9,8 +9,12 @@ namespace IRaCIS.Core.Domain.Models
{
public Hospital Hospital { get; set; }
public string SiteName { get; set; }
public string AliasName { get; set; } = string.Empty;
public string SiteCode { get; set; }
public int Code { get; set; }
public string City { get; set; }
public string Country { get; set; }
public Guid? HospitalId { get; set; }