|
@@ -1,7 +1,7 @@
|
|
package cn.com.qmth.examcloud.exchange.outer.api.response;
|
|
package cn.com.qmth.examcloud.exchange.outer.api.response;
|
|
|
|
|
|
import cn.com.qmth.examcloud.exchange.outer.api.bean.OuterExamStudentBean;
|
|
import cn.com.qmth.examcloud.exchange.outer.api.bean.OuterExamStudentBean;
|
|
-import cn.com.qmth.examcloud.web.cloud.api.BaseResponse;
|
|
|
|
|
|
+import cn.com.qmth.examcloud.web.cloud.api.EnterpriseResponse;
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
|
|
|
|
/**
|
|
/**
|
|
@@ -11,7 +11,7 @@ import io.swagger.annotations.ApiModelProperty;
|
|
* @date 2018年11月14日
|
|
* @date 2018年11月14日
|
|
* @Copyright (c) 2018-? http://qmth.com.cn All Rights Reserved.
|
|
* @Copyright (c) 2018-? http://qmth.com.cn All Rights Reserved.
|
|
*/
|
|
*/
|
|
-public class OuterSaveExamStudentResp extends BaseResponse {
|
|
|
|
|
|
+public class OuterSaveExamStudentResp extends EnterpriseResponse {
|
|
|
|
|
|
private static final long serialVersionUID = 5003024673163742249L;
|
|
private static final long serialVersionUID = 5003024673163742249L;
|
|
|
|
|