项目site 勾选过滤

This commit is contained in:
2022-04-19 11:25:23 +08:00
parent e68e9c8fbf
commit 1d8eb3e33b
6 changed files with 9 additions and 7 deletions
@@ -106,7 +106,7 @@ 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; } = Guid.Empty;
public Guid? HospitalId { get; set; }
public string HospitalName { get; set; } = String.Empty;