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

com.javajy.api.component.Entity Maven / Gradle / Ivy

The newest version!
package com.javajy.api.component;

import java.util.List;

public class Entity {
    public List list;
    public int totalCount;
    public int currentPage;
    public int pageSize = 15;

    public Entity() {
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy