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

cn.schoolwow.quickdao.module.database.dql.condition.domain.QueryPagingOption Maven / Gradle / Ivy

There is a newer version: 5.3.1
Show newest version
package cn.schoolwow.quickdao.module.database.dql.condition.domain;

import cn.schoolwow.quickdao.domain.database.dql.response.PageVo;

import java.io.Serializable;

/**
 * 分页信息
 * */
public class QueryPagingOption implements Serializable {
    /**
     * 分页
     * */
    public String limit = "";

    /**
     * 分页对象
     * */
    public PageVo pageVo = new PageVo();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy