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

cn.ennwifi.webframe.service.module.SimpleTableReq Maven / Gradle / Ivy

There is a newer version: 2.3.0
Show newest version
/**
 * 
 */
package cn.ennwifi.webframe.service.module;

import java.util.HashMap;
import java.util.Map;

/**
 * The type Simple table req.
 *
 * @author ShaoRuolin
 */
public class SimpleTableReq {

  private Map queryMap = new HashMap();// 条件查询

    /**
     * Gets query map.
     *
     * @return the query map
     */
    public Map getQueryMap() {
    return queryMap;
  }

    /**
     * Sets query map.
     *
     * @param queryMap the query map
     */
    public void setQueryMap(Map queryMap) {
    this.queryMap = queryMap;
  }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy