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

com.haoxuer.discover.team.rest.domain.request.PageRequest Maven / Gradle / Ivy

There is a newer version: 3.3.18-20230117
Show newest version
package com.haoxuer.discover.team.rest.domain.request;

import com.haoxuer.discover.rest.base.RequestUserTokenPageObject;

public class PageRequest extends RequestUserTokenPageObject {
  
  private Long app;
  
  public Long getApp() {
    return app;
  }
  
  public void setApp(Long app) {
    this.app = app;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy