|
@@ -8,24 +8,24 @@ import org.springframework.web.bind.annotation.RequestBody;
|
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
import org.springframework.web.bind.annotation.RestController;
|
|
|
|
|
|
-import cn.com.qmth.examcloud.commons.api.HandleSyncCloudService;
|
|
|
-import cn.com.qmth.examcloud.commons.api.request.SyncCourseReq;
|
|
|
-import cn.com.qmth.examcloud.commons.api.request.SyncExamReq;
|
|
|
-import cn.com.qmth.examcloud.commons.api.request.SyncExamStudentReq;
|
|
|
-import cn.com.qmth.examcloud.commons.api.request.SyncOrgReq;
|
|
|
-import cn.com.qmth.examcloud.commons.api.request.SyncSpecialtyReq;
|
|
|
-import cn.com.qmth.examcloud.commons.api.request.SyncStudentReq;
|
|
|
-import cn.com.qmth.examcloud.commons.api.request.SyncUserReq;
|
|
|
-import cn.com.qmth.examcloud.commons.api.response.SyncCourseResp;
|
|
|
-import cn.com.qmth.examcloud.commons.api.response.SyncExamResp;
|
|
|
-import cn.com.qmth.examcloud.commons.api.response.SyncExamStudentResp;
|
|
|
-import cn.com.qmth.examcloud.commons.api.response.SyncOrgResp;
|
|
|
-import cn.com.qmth.examcloud.commons.api.response.SyncSpecialtyResp;
|
|
|
-import cn.com.qmth.examcloud.commons.api.response.SyncStudentResp;
|
|
|
-import cn.com.qmth.examcloud.commons.api.response.SyncUserResp;
|
|
|
import cn.com.qmth.examcloud.commons.exception.StatusException;
|
|
|
import cn.com.qmth.examcloud.core.examwork.dao.ExamCourseRelationRepo;
|
|
|
import cn.com.qmth.examcloud.core.examwork.dao.ExamStudentRepo;
|
|
|
+import cn.com.qmth.examcloud.global.api.HandleSyncCloudService;
|
|
|
+import cn.com.qmth.examcloud.global.api.request.SyncCourseReq;
|
|
|
+import cn.com.qmth.examcloud.global.api.request.SyncExamReq;
|
|
|
+import cn.com.qmth.examcloud.global.api.request.SyncExamStudentReq;
|
|
|
+import cn.com.qmth.examcloud.global.api.request.SyncOrgReq;
|
|
|
+import cn.com.qmth.examcloud.global.api.request.SyncSpecialtyReq;
|
|
|
+import cn.com.qmth.examcloud.global.api.request.SyncStudentReq;
|
|
|
+import cn.com.qmth.examcloud.global.api.request.SyncUserReq;
|
|
|
+import cn.com.qmth.examcloud.global.api.response.SyncCourseResp;
|
|
|
+import cn.com.qmth.examcloud.global.api.response.SyncExamResp;
|
|
|
+import cn.com.qmth.examcloud.global.api.response.SyncExamStudentResp;
|
|
|
+import cn.com.qmth.examcloud.global.api.response.SyncOrgResp;
|
|
|
+import cn.com.qmth.examcloud.global.api.response.SyncSpecialtyResp;
|
|
|
+import cn.com.qmth.examcloud.global.api.response.SyncStudentResp;
|
|
|
+import cn.com.qmth.examcloud.global.api.response.SyncUserResp;
|
|
|
import cn.com.qmth.examcloud.web.support.ControllerSupport;
|
|
|
import io.swagger.annotations.ApiOperation;
|
|
|
|