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

com.dt.jdbc.bean.PageResultForBean Maven / Gradle / Ivy

The newest version!
package com.dt.jdbc.bean;

import java.util.List;

/**
 * 分页结果集
 *
 * @author 白超
 * @date 2018/8/6
 */
public class PageResultForBean extends AbstractPageResult {

    private List result;

    public List getResult() {
        return result;
    }

    public void setResult(List result) {
        this.result = result;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy