|
@@ -1,13 +1,10 @@
|
|
package cn.com.qmth.examcloud.core.oe.admin.client;
|
|
package cn.com.qmth.examcloud.core.oe.admin.client;
|
|
|
|
|
|
-import cn.com.qmth.examcloud.core.oe.admin.api.request.GetSingleExamRecordDataReq;
|
|
|
|
|
|
+import cn.com.qmth.examcloud.core.oe.admin.api.request.*;
|
|
import cn.com.qmth.examcloud.core.oe.admin.api.response.GetSingleExamRecordDataResp;
|
|
import cn.com.qmth.examcloud.core.oe.admin.api.response.GetSingleExamRecordDataResp;
|
|
import org.springframework.stereotype.Service;
|
|
import org.springframework.stereotype.Service;
|
|
|
|
|
|
import cn.com.qmth.examcloud.core.oe.admin.api.ExamRecordForMarkingCloudService;
|
|
import cn.com.qmth.examcloud.core.oe.admin.api.ExamRecordForMarkingCloudService;
|
|
-import cn.com.qmth.examcloud.core.oe.admin.api.request.FindExamRecordForMarkingInfoReq;
|
|
|
|
-import cn.com.qmth.examcloud.core.oe.admin.api.request.QueryValidExamRecordInfoPageReq;
|
|
|
|
-import cn.com.qmth.examcloud.core.oe.admin.api.request.QueryValidExamRecordInfoReq;
|
|
|
|
import cn.com.qmth.examcloud.core.oe.admin.api.response.FindExamRecordForMarkingInfoResp;
|
|
import cn.com.qmth.examcloud.core.oe.admin.api.response.FindExamRecordForMarkingInfoResp;
|
|
import cn.com.qmth.examcloud.core.oe.admin.api.response.QueryValidExamRecordInfoPageResp;
|
|
import cn.com.qmth.examcloud.core.oe.admin.api.response.QueryValidExamRecordInfoPageResp;
|
|
import cn.com.qmth.examcloud.core.oe.admin.api.response.QueryValidExamRecordInfoResp;
|
|
import cn.com.qmth.examcloud.core.oe.admin.api.response.QueryValidExamRecordInfoResp;
|