|
@@ -3,7 +3,7 @@ package cn.com.qmth.examcloud.exchange.outer.api.request;
|
|
|
import java.util.List;
|
|
|
|
|
|
import cn.com.qmth.examcloud.exchange.outer.api.bean.ExamStudent4BatchBean;
|
|
|
-import cn.com.qmth.examcloud.web.cloud.api.BaseRequest;
|
|
|
+import cn.com.qmth.examcloud.web.cloud.api.EnterpriseRequest;
|
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
|
|
|
|
/**
|
|
@@ -13,7 +13,7 @@ import io.swagger.annotations.ApiModelProperty;
|
|
|
* @date 2019年1月8日
|
|
|
* @Copyright (c) 2018-? http://qmth.com.cn All Rights Reserved.
|
|
|
*/
|
|
|
-public class OuterBatchSaveExamStudentReq extends BaseRequest {
|
|
|
+public class OuterBatchSaveExamStudentReq extends EnterpriseRequest {
|
|
|
|
|
|
private static final long serialVersionUID = 9086274932441194883L;
|
|
|
|