|
@@ -8,18 +8,8 @@ public class GetExamStudentPropertyValueListResp extends BaseResponse {
|
|
|
|
|
|
private static final long serialVersionUID = -5209284891067260411L;
|
|
|
|
|
|
- private String next;
|
|
|
-
|
|
|
private List<String> valueList;
|
|
|
|
|
|
- public String getNext() {
|
|
|
- return next;
|
|
|
- }
|
|
|
-
|
|
|
- public void setNext(String next) {
|
|
|
- this.next = next;
|
|
|
- }
|
|
|
-
|
|
|
public List<String> getValueList() {
|
|
|
return valueList;
|
|
|
}
|