摘要: Controller /** * 批量导入 * @param file * @param request * @return */ @RequestMapping(value="import-uarea",method=RequestMethod.POST) @ResponseBody public 阅读全文
posted @ 2017-10-19 14:05 被爱的都有恃无恐 阅读(1120) 评论(0) 推荐(0) 编辑
摘要: /** * 导出到Excel * @Title: exportExcel * @param String pn,HttpSession session * @return ModelAndView 返回类型 * @author * @throws Exception */ @SuppressWarn 阅读全文
posted @ 2017-10-19 13:58 被爱的都有恃无恐 阅读(416) 评论(0) 推荐(0) 编辑
摘要: /** * 下载区域模板 * @return * @throws IOException */ @RequestMapping(value = "download",method = RequestMethod.GET) public ResponseEntity<byte[]> download( 阅读全文
posted @ 2017-10-19 13:55 被爱的都有恃无恐 阅读(517) 评论(0) 推荐(0) 编辑