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

org.treeleafj.xmax.bean.QueryParam Maven / Gradle / Ivy

The newest version!
package org.treeleafj.xmax.bean;

import java.io.Serializable;

/**
 * 数据查询父类,代表了页面请求参数
 * 

* Created by leaf on 2017/10/30. */ public abstract class QueryParam implements Serializable { }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy