|
PageList<T> pageList = new PageList<>(records, total);
|
|
PageList<T> pageList = new PageList<>(records, total);
|
|
return new CommonResult(ResponseCode.A00000.getCode(), ResponseCode.A00000.getDesc(), pageList);
|
|
return new CommonResult(ResponseCode.A00000.getCode(), ResponseCode.A00000.getDesc(), pageList);
|