增加地址

Uat_Study
hang 2023-09-22 15:32:26 +08:00
parent 3e8794b335
commit f01e5335d6
1 changed files with 2 additions and 1 deletions

View File

@ -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;