This commit is contained in:
he
2024-10-22 14:55:39 +08:00
parent e26c9b6c1a
commit 6d98b140e1
8 changed files with 121 additions and 60 deletions
@@ -16,4 +16,20 @@
}
public class ResearchPublicationInfoDTO
{
public Guid? Id { get; set; }
public Guid DoctorId { get; set; }
public string? Research { get; set; }
public string? Grants { get; set; }
public string? Publications { get; set; }
public string? AwardsHonors { get; set; }
public string? ResearchCN { get; set; }
public string? GrantsCN { get; set; }
public string? PublicationsCN { get; set; }
public string? AwardsHonorsCN { get; set; }
}
}