|
@@ -14,8 +14,9 @@ public class GetHandInExamRecordResp extends BaseResponse{
|
|
|
public GetHandInExamRecordResp() {
|
|
|
}
|
|
|
|
|
|
- public GetHandInExamRecordResp(Long startId, List<HandInExamRecordBean> list) {
|
|
|
- super();
|
|
|
+ public GetHandInExamRecordResp(Long nextId, List<HandInExamRecordBean> list) {
|
|
|
+ this.nextId = nextId;
|
|
|
+ this.list = list;
|
|
|
}
|
|
|
|
|
|
public Long getNextId() {
|