|
@@ -1,13 +1,14 @@
|
|
|
-package org.examcloud.core.reports.api.client;
|
|
|
+package cn.com.qmth.examcloud.core.reports.api.client;
|
|
|
|
|
|
-import org.examcloud.core.reports.api.ProjectCloudService;
|
|
|
-import org.examcloud.core.reports.api.request.GetProjectInfoBeanReq;
|
|
|
-import org.examcloud.core.reports.api.request.UpdateProjectStatusReq;
|
|
|
-import org.examcloud.core.reports.api.response.GetProjectInfoBeanResp;
|
|
|
-import org.examcloud.core.reports.api.response.UpdateProjectStatusResp;
|
|
|
import org.springframework.stereotype.Service;
|
|
|
|
|
|
-@Service
|
|
|
+import cn.com.qmth.examcloud.core.reports.api.ProjectCloudService;
|
|
|
+import cn.com.qmth.examcloud.core.reports.api.request.GetProjectInfoBeanReq;
|
|
|
+import cn.com.qmth.examcloud.core.reports.api.request.UpdateProjectStatusReq;
|
|
|
+import cn.com.qmth.examcloud.core.reports.api.response.GetProjectInfoBeanResp;
|
|
|
+import cn.com.qmth.examcloud.core.reports.api.response.UpdateProjectStatusResp;
|
|
|
+
|
|
|
+@Service("projectCloudService")
|
|
|
public class ProjectCloudServiceClient extends AbstractCloudClientSupport implements ProjectCloudService {
|
|
|
|
|
|
|