|
@@ -1,6 +1,8 @@
|
|
|
package cn.com.qmth.examcloud.core.oe.student.api;
|
|
|
|
|
|
-public interface OeStudentExamRecordCloudService {
|
|
|
+import cn.com.qmth.examcloud.commons.web.cloud.api.CloudService;
|
|
|
+
|
|
|
+public interface OeStudentExamRecordCloudService extends CloudService{
|
|
|
|
|
|
public void cleanExamRecords();
|
|
|
|