package com.nationalelectric.greenH5;
import java.util.List;
import java.util.Map;
import javax.annotation.Resource;
import org.codehaus.jackson.map.ObjectMapper;
import org.codehaus.jackson.type.TypeReference;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotation.ResponseBody;
import com.nationalelectirc.Constant.Constant;
import com.nationalelectirc.utils.RestResult;
import com.nationalelectric.greenH5.DTO.GreenMealTicketDTO;
import com.nationalelectric.greenH5.bizc.IGreenDictionaryInfoBizc;
import com.nationalelectric.greenH5.po.GreenDictionaryInfo;
import com.nationalelectric.greenH5.po.UserVo;
import com.sgcc.uap.persistence.IHibernateDao;
/**
* 概述:
*
* 功能:
*
* @author dell
*/
@Controller
@RequestMapping("/greenDictionaryInfo")
public class GreenDictionaryInfoController {
/**
* 字典表service
*/
@Resource
private IGreenDictionaryInfoBizc greendictionaryinfoBizc;
/**
* HibernateDao逻辑构件
*/
@Autowired
IHibernateDao hibernateDao;
/**
* 查询字典表数据
* @param dataType
* @return
*/
@SuppressWarnings("unchecked")
public List