修改
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user