All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.arextest.web.model.contract.contracts.common.PageResp Maven / Gradle / Ivy

The newest version!
package com.arextest.web.model.contract.contracts.common;

import lombok.Data;

@Data
public class PageResp {

  private Integer pageIndex;

  private Integer pageSize;

  private Integer totalElements;

  private Integer totalPages;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy