摘要:
public class AreaAction extends BaseAction { @Autowired private AreaService areaService; @Action("areaAction_pageQuery") public String pageQuery() throws Exception { Pag... 阅读全文
posted @ 2017-08-15 17:50
0001
阅读(499)
评论(0)
推荐(0)
摘要:
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... 阅读全文
posted @ 2017-08-15 17:38
0001
阅读(364)
评论(1)
推荐(0)