添加SiteId

This commit is contained in:
he
2023-01-09 10:54:05 +08:00
parent df0f50187e
commit 7dec6bbc1a
4 changed files with 24 additions and 1 deletions
@@ -23,6 +23,8 @@ namespace IRaCIS.Application.Contracts
public string CountryCN { get; set; } = String.Empty;
public string ProvinceCN { get; set; } = String.Empty;
public string CityCN { get; set; } = String.Empty;
public Guid? SiteId { get; set; }
}
public class HospitalQueryDTO : PageInput