摘要:
public class AreaAction extends BaseAction { @Autowired private AreaService areaService; @Action("areaAction_pageQuery") public String pageQuery() throws Exception { Pag... 阅读全文
摘要:
package com.xxxxxxx.bos.web.action.common; import java.io.IOException; import java.lang.reflect.ParameterizedType; import java.lang.reflect.Type; import java.util.HashMap; import java.util.List; imp... 阅读全文