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