namespace CompetitionAPI.api.unity { /// /// 停止操作票所有步骤接口请求实体 /// public class StopTicketProcRequest { /// /// 考试id /// public string ExamId { get; set; } /// /// 类型 /// public string Type { get; set; } /// /// 用户id /// public string UserId { get; set; } } }