增加地址
parent
3e8794b335
commit
f01e5335d6
|
@ -115,8 +115,9 @@ namespace IRaCIS.Core.Application.Contracts.DTO
|
||||||
public string SiteCode { get; set; } = String.Empty;
|
public string SiteCode { get; set; } = String.Empty;
|
||||||
public string City { get; set; } = String.Empty;
|
public string City { get; set; } = String.Empty;
|
||||||
public string Country { get; set; } = String.Empty;
|
public string Country { get; set; } = String.Empty;
|
||||||
public Guid? HospitalId { get; set; }
|
public Guid? HospitalId { get; set; }
|
||||||
|
|
||||||
|
public string Address { get; set; } = String.Empty;
|
||||||
|
|
||||||
public string HospitalName { get; set; } = String.Empty;
|
public string HospitalName { get; set; } = String.Empty;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue