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

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

The newest version!
package org.iartisan.runtime.api.res;

import org.iartisan.runtime.bean.PageWrapper;

/**
 * 

* 分页返回 * * @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