|
@@ -10,13 +10,11 @@ public interface OeStudentExamRecordCloudService extends CloudService{
|
|
|
|
|
|
/**
|
|
/**
|
|
* 清理已交卷的考试记录
|
|
* 清理已交卷的考试记录
|
|
- * @param examingRecord
|
|
|
|
*/
|
|
*/
|
|
void cleanExamingRecord(CleanExamingRecordReq req);
|
|
void cleanExamingRecord(CleanExamingRecordReq req);
|
|
|
|
|
|
/**
|
|
/**
|
|
* 清理已交卷的考试记录
|
|
* 清理已交卷的考试记录
|
|
- * @param handInExamRecord
|
|
|
|
*/
|
|
*/
|
|
void cleanHandInExamRecord(CleanHandInExamRecordReq req);
|
|
void cleanHandInExamRecord(CleanHandInExamRecordReq req);
|
|
/**
|
|
/**
|
|
@@ -38,16 +36,12 @@ public interface OeStudentExamRecordCloudService extends CloudService{
|
|
|
|
|
|
/**
|
|
/**
|
|
* 查询进行中的考试
|
|
* 查询进行中的考试
|
|
- * @param startId
|
|
|
|
- * @param limit
|
|
|
|
* @return
|
|
* @return
|
|
*/
|
|
*/
|
|
GetExamingRecordResp getExamingRecords(GetExamingRecordReq req);
|
|
GetExamingRecordResp getExamingRecords(GetExamingRecordReq req);
|
|
|
|
|
|
/**
|
|
/**
|
|
* 查询已交卷的考试
|
|
* 查询已交卷的考试
|
|
- * @param startId
|
|
|
|
- * @param limit
|
|
|
|
* @return
|
|
* @return
|
|
*/
|
|
*/
|
|
GetHandInExamRecordResp getHandInExamRecords(GetHandInExamRecordReq req);
|
|
GetHandInExamRecordResp getHandInExamRecords(GetHandInExamRecordReq req);
|