namespace CompetitionAPI.api.back
{
public class UserExamInfo
public string UserId { get; set; }
public decimal TotalScore { get; set; }
public string ExaminationDuration { get; set; }
}