|
@@ -2,36 +2,20 @@ package cn.com.qmth.examcloud.core.oe.admin.api.request;
|
|
|
|
|
|
import cn.com.qmth.examcloud.api.commons.exchange.BaseRequest;
|
|
|
|
|
|
-public class GetExamPhotoVerifyDataReq extends BaseRequest {
|
|
|
-
|
|
|
- /**
|
|
|
- *
|
|
|
- */
|
|
|
- private static final long serialVersionUID = -3051405694777031427L;
|
|
|
-
|
|
|
- private Long examRecordDataId;
|
|
|
-
|
|
|
- /**
|
|
|
- * 实际赋值为examRecordDataId
|
|
|
- */
|
|
|
- private Long scoreId;
|
|
|
-
|
|
|
- public Long getScoreId() {
|
|
|
- return scoreId;
|
|
|
- }
|
|
|
-
|
|
|
- public void setScoreId(Long scoreId) {
|
|
|
- this.scoreId = scoreId;
|
|
|
- }
|
|
|
-
|
|
|
-
|
|
|
- public Long getExamRecordDataId() {
|
|
|
- return examRecordDataId;
|
|
|
- }
|
|
|
-
|
|
|
-
|
|
|
- public void setExamRecordDataId(Long examRecordDataId) {
|
|
|
- this.examRecordDataId = examRecordDataId;
|
|
|
- }
|
|
|
-
|
|
|
+public class GetExamPhotoVerifyDataReq extends BaseRequest{
|
|
|
+
|
|
|
+ /**
|
|
|
+ *
|
|
|
+ */
|
|
|
+ private static final long serialVersionUID = -3051405694777031427L;
|
|
|
+ private Long scoreId;
|
|
|
+
|
|
|
+ public Long getScoreId() {
|
|
|
+ return scoreId;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setScoreId(Long scoreId) {
|
|
|
+ this.scoreId = scoreId;
|
|
|
+ }
|
|
|
+
|
|
|
}
|