增加地址

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

@ -115,8 +115,9 @@ namespace IRaCIS.Core.Application.Contracts.DTO
public string SiteCode { get; set; } = String.Empty;
public string City { 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;