Initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package $package.presentation.dto;
|
||||
|
||||
public record PageResponse<T>(
|
||||
java.util.List<T> content,
|
||||
int page,
|
||||
int size,
|
||||
long totalElements,
|
||||
int totalPages
|
||||
) { }
|
||||
Reference in New Issue
Block a user