@@ -11,7 +11,7 @@ import cn.com.qmth.examcloud.api.commons.exchange.BaseRequest;
import cn.com.qmth.examcloud.web.cloud.CloudClientSupport;
/**
- * @author: fengdesheng
+ * @author: QMTH
* @since: 2018/8/15
*/
public abstract class AbstractCloudClientSupport extends CloudClientSupport {
@@ -16,7 +16,7 @@ import cn.com.qmth.examcloud.core.oe.admin.api.OeExamStudentCloudService;
* 考生信息接口
*
@Service("oeExamStudentCloudService")
@@ -14,7 +14,7 @@ import cn.com.qmth.examcloud.core.oe.admin.api.response.*;
public interface OeExamStudentCloudService extends CloudService {
@@ -10,7 +10,7 @@ package cn.com.qmth.examcloud.core.oe.admin.api.bean;
import cn.com.qmth.examcloud.api.commons.exchange.JsonSerializable;
public class ExamStudentSyncAllDataBean implements JsonSerializable {
public class ExamStudentSyncPartDataBean implements JsonSerializable {
@@ -13,7 +13,7 @@ import cn.com.qmth.examcloud.core.oe.admin.api.bean.ExamStudentSyncAllDataBean;
import java.util.List;
public class ExamStudentSyncAllDataReq extends BaseRequest {
@@ -13,7 +13,7 @@ import cn.com.qmth.examcloud.core.oe.admin.api.bean.ExamStudentSyncPartDataBean;
* @since: 2018/8/21
public class ExamStudentSyncPartDataReq extends BaseRequest {
@@ -10,7 +10,7 @@ package cn.com.qmth.examcloud.core.oe.admin.api.response;
import cn.com.qmth.examcloud.api.commons.exchange.BaseResponse;
public class ExamStudentSyncAllDataResp<T> extends BaseResponse {
public class ExamStudentSyncPartDataResp<T> extends BaseResponse {
* @since: 2018/10/22
@@ -14,7 +14,7 @@ import cn.com.qmth.examcloud.core.print.api.request.SyncCoursePaperReq;
import cn.com.qmth.examcloud.core.print.api.response.SyncCoursePaperResp;
* @since: 2018/11/15
@Service("coursePaperCloudServiceClient")
@@ -12,7 +12,7 @@ import cn.com.qmth.examcloud.core.print.api.request.SyncCoursePaperReq;
public interface CoursePaperCloudService extends CloudService {
@@ -10,7 +10,7 @@ package cn.com.qmth.examcloud.core.print.api.bean;
public class SyncCoursePaperBean implements JsonSerializable {
import cn.com.qmth.examcloud.core.print.api.bean.SyncCoursePaperBean;
public class SyncCoursePaperReq extends BaseRequest {
@@ -10,7 +10,7 @@ package cn.com.qmth.examcloud.core.print.api.response;
public class SyncCoursePaperResp extends BaseResponse {