Class PageDTO<T>

java.lang.Object
org.example.crmedu.application.dto.PageDTO<T>
Type Parameters:
T - the type of elements contained in the page

public class PageDTO<T> extends Object
A DTO representing a paginated response. Used for returning a subset of elements along with pagination metadata.
  • Constructor Details

    • PageDTO

      public PageDTO()