namespace CompetitionAPI.api.unity
{
public class GetExamStatusRequest
/// <summary>
/// 考试id
/// </summary>
public string ExamId { get; set; }
}