|
@@ -12,13 +12,32 @@ import cn.com.qmth.examcloud.marking.api.bean.StudentPaperBean;
|
|
*/
|
|
*/
|
|
public class GetStudentPaperResp extends BaseResponse {
|
|
public class GetStudentPaperResp extends BaseResponse {
|
|
private static final long serialVersionUID = 3983154999704945517L;
|
|
private static final long serialVersionUID = 3983154999704945517L;
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ private String resultCode;
|
|
|
|
+ private String failMsg;
|
|
private StudentPaperBean studentPaperBean;
|
|
private StudentPaperBean studentPaperBean;
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ public String getResultCode() {
|
|
|
|
+ return resultCode;
|
|
|
|
+ }
|
|
|
|
+ public void setResultCode(String resultCode) {
|
|
|
|
+ this.resultCode = resultCode;
|
|
|
|
+ }
|
|
|
|
+ public String getFailMsg() {
|
|
|
|
+ return failMsg;
|
|
|
|
+ }
|
|
|
|
+ public void setFailMsg(String failMsg) {
|
|
|
|
+ this.failMsg = failMsg;
|
|
|
|
+ }
|
|
|
|
+ public StudentPaperBean getStudentPaperBean() {
|
|
|
|
+ return studentPaperBean;
|
|
|
|
+ }
|
|
|
|
+ public void setStudentPaperBean(StudentPaperBean studentPaperBean) {
|
|
|
|
+ this.studentPaperBean = studentPaperBean;
|
|
|
|
+ }
|
|
|
|
|
|
- public StudentPaperBean getStudentPaperBean() {
|
|
|
|
- return studentPaperBean;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public void setStudentPaperBean(StudentPaperBean studentPaperBean) {
|
|
|
|
- this.studentPaperBean = studentPaperBean;
|
|
|
|
- }
|
|
|
|
|
|
+
|
|
}
|
|
}
|