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