公告板
版本库
filestore
活动
搜索
登录
main
/
jxkg-new
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
学生考试分页增加提交状态,登录学生信息返回
fuliqi
2024-07-03
eda55530e64d87f6c642ce4596dc288a49f258cc
[jxkg-new.git]
/
src
/
main
/
java
/
com
/
ycl
/
jxkg
/
service
/
ExamPaperQuestionService.java
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);
}