//评分列表
        public List <RecordOfListResponse> RecordOfList(MatchCommonRequest request)
        {
            List <RecordOfListResponse> list = new List <RecordOfListResponse>();

            try
            {
            }
            catch (Exception ex)
            {
                LogUtils.LogError("EventCyclingMatchService.RecordOfList", ex);
            }
            return(list);
        }
        //闲置的教室
        public List <BaseListResponse> ListRoom(MatchCommonRequest request)
        {
            List <BaseListResponse> list = new List <BaseListResponse>();

            try
            {
            }
            catch (Exception ex)
            {
                LogUtils.LogError("EventCyclingMatchService.ListRoom", ex);
            }
            return(list);
        }
        //预览评分标签
        public List <RatingSinglLabelResponse> PreviewRatingSinglLabel(MatchCommonRequest request)
        {
            List <RatingSinglLabelResponse> list = new List <RatingSinglLabelResponse>();

            try
            {
            }
            catch (Exception ex)
            {
                LogUtils.LogError("EventCyclingMatchService.PreviewRatingSinglLabel", ex);
            }
            return(list);
        }