修改site

This commit is contained in:
2022-08-09 15:58:57 +08:00
parent 2b67e4930a
commit 5b74fc6f11
7 changed files with 80 additions and 20 deletions
@@ -97,12 +97,21 @@ namespace IRaCIS.Core.Application.Contracts.DTO
public string SiteName { get; set; } = String.Empty;
public string AliasName { get; set; } = string.Empty;
public string City { get; set; } = string.Empty;
public string Country { get; set; } = string.Empty;
}
public class TrialSiteScreeningDTO
{
public Guid Id { get; set; }
public string SiteName { get; set; } = String.Empty;
public string AliasName { get; set; } = string.Empty;
public string SiteCode { get; set; } = String.Empty;
public string City { get; set; } = String.Empty;
public string Country { get; set; } = String.Empty;