xiangpei
2024-06-19 dce6874cfd280e5b6160bc103dff11e7f6073865
1
2
3
4
5
6
7
8
9
package com.ycl.jxkg.service;
 
import com.ycl.jxkg.domain.entity.ExamPaperQuestion;
import com.ycl.jxkg.domain.vo.admin.paper.ExamPaperQuestionVO;
 
public interface ExamPaperQuestionService {
 
    ExamPaperQuestion selectById(Integer id);
}