namespace CompetitionAPI.api.back { public class DeleteExamRosterListRequest { /// /// 考试名单id集合 /// public List ExamUsersIdList { get; set; } } }