修改site
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user