|
@@ -24,8 +24,8 @@ public class InspectorAllotListReq extends BaseRequest {
|
|
|
@ApiModelProperty(name="subject",value = "科目",required = true)
|
|
|
private String subject;
|
|
|
|
|
|
- @ApiModelProperty(name="childName",value = "学生姓名",required = true)
|
|
|
- private String childName;
|
|
|
+ @ApiModelProperty(name="studnetName",value = "学生姓名",required = true)
|
|
|
+ private String studnetName;
|
|
|
|
|
|
public int getPageNo() {
|
|
|
return pageNo;
|
|
@@ -51,13 +51,14 @@ public class InspectorAllotListReq extends BaseRequest {
|
|
|
this.subject = subject;
|
|
|
}
|
|
|
|
|
|
- public String getChildName() {
|
|
|
- return childName;
|
|
|
+ public String getStudnetName() {
|
|
|
+ return studnetName;
|
|
|
}
|
|
|
|
|
|
- public void setChildName(String childName) {
|
|
|
- this.childName = childName;
|
|
|
+ public void setStudnetName(String studnetName) {
|
|
|
+ this.studnetName = studnetName;
|
|
|
}
|
|
|
|
|
|
+
|
|
|
|
|
|
}
|