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

win.doyto.query.service.PageList Maven / Gradle / Ivy

There is a newer version: 0.2.2.1-RELEASE
Show newest version
package win.doyto.query.service;

import lombok.AllArgsConstructor;
import lombok.Getter;

import java.util.List;

/**
 * PageList
 *
 * @author f0rb
 */
@Getter
@AllArgsConstructor
public class PageList {
    private final List list;
    private final long total;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy