|
@@ -10,7 +10,7 @@ import io.swagger.annotations.ApiModelProperty;
|
|
* @date 2018年11月16日
|
|
* @date 2018年11月16日
|
|
* @Copyright (c) 2018-? http://qmth.com.cn All Rights Reserved.
|
|
* @Copyright (c) 2018-? http://qmth.com.cn All Rights Reserved.
|
|
*/
|
|
*/
|
|
-public class OuterSaveCugStudentAndExamStudentReq extends EnterpriseRequest{
|
|
|
|
|
|
+public class OuterSaveCugStudentAndExamStudentReq extends EnterpriseRequest {
|
|
|
|
|
|
private static final long serialVersionUID = 8293200048902081959L;
|
|
private static final long serialVersionUID = 8293200048902081959L;
|
|
|
|
|
|
@@ -56,6 +56,9 @@ public class OuterSaveCugStudentAndExamStudentReq extends EnterpriseRequest{
|
|
@ApiModelProperty(value = "试卷类型,大写字母A-Z", example = "X", required = true)
|
|
@ApiModelProperty(value = "试卷类型,大写字母A-Z", example = "X", required = true)
|
|
private String paperType;
|
|
private String paperType;
|
|
|
|
|
|
|
|
+ @ApiModelProperty(value = "信息采集人", example = "王二小", required = false)
|
|
|
|
+ private String infoCollector;
|
|
|
|
+
|
|
public String getName() {
|
|
public String getName() {
|
|
return name;
|
|
return name;
|
|
}
|
|
}
|
|
@@ -168,4 +171,12 @@ public class OuterSaveCugStudentAndExamStudentReq extends EnterpriseRequest{
|
|
this.paperType = paperType;
|
|
this.paperType = paperType;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ public String getInfoCollector() {
|
|
|
|
+ return infoCollector;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public void setInfoCollector(String infoCollector) {
|
|
|
|
+ this.infoCollector = infoCollector;
|
|
|
|
+ }
|
|
|
|
+
|
|
}
|
|
}
|