WANG %!s(int64=6) %!d(string=hai) anos
pai
achega
e795e36637

+ 0 - 10
examcloud-core-examwork-api/src/main/java/cn/com/qmth/examcloud/examwork/api/response/GetExamStudentPropertyValueListResp.java

@@ -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;
 	}