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

org.iartisan.runtime.api.res.BasePageRes Maven / Gradle / Ivy

There is a newer version: 1.1.1
Show newest version
package org.iartisan.runtime.api.res;

import org.iartisan.runtime.bean.PageWrapper;
import org.iartisan.runtime.api.base.BaseRes;

/**
 * 

* 分页返回 * * @author King * @since 2017/12/11 */ public class BasePageRes extends BaseRes { private PageWrapper dataPage; public PageWrapper getDataPage() { return dataPage; } public void setDataPage(PageWrapper dataPage) { this.dataPage = dataPage; } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy