|
@@ -1,5 +1,6 @@
|
|
package cn.com.qmth.examcloud.examwork.api;
|
|
package cn.com.qmth.examcloud.examwork.api;
|
|
|
|
|
|
|
|
+import cn.com.qmth.examcloud.commons.web.cloud.api.CloudService;
|
|
import cn.com.qmth.examcloud.examwork.api.request.SaveExamStudentReq;
|
|
import cn.com.qmth.examcloud.examwork.api.request.SaveExamStudentReq;
|
|
import cn.com.qmth.examcloud.examwork.api.response.SaveExamStudentResp;
|
|
import cn.com.qmth.examcloud.examwork.api.response.SaveExamStudentResp;
|
|
|
|
|
|
@@ -11,7 +12,7 @@ import cn.com.qmth.examcloud.examwork.api.response.SaveExamStudentResp;
|
|
* @company QMTH
|
|
* @company QMTH
|
|
* @description ExamStudentCloudService.java
|
|
* @description ExamStudentCloudService.java
|
|
*/
|
|
*/
|
|
-public interface ExamStudentCloudService {
|
|
|
|
|
|
+public interface ExamStudentCloudService extends CloudService {
|
|
|
|
|
|
/**
|
|
/**
|
|
* 保存考生信息
|
|
* 保存考生信息
|