Done ticket GEPAFINBE-137
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package net.gepafin.tendermanagement.model.response;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class PageableResponseBean<T> {
|
||||
|
||||
private T body;
|
||||
private Long totalRecords;
|
||||
private int currentPage;
|
||||
private int totalPages;
|
||||
private int pageSize;
|
||||
}
|
||||
Reference in New Issue
Block a user