摘要: 创建 Excel 表格 public void outExcel(Integer fileId, HttpServletResponse response){ //根据文件id查询档案对象 XzFile file = xzFileMapper.getFileById(fileId); if (fil 阅读全文
posted @ 2020-11-20 17:03 zagwk 阅读(2059) 评论(0) 推荐(1)
摘要: 工具类 package org.jeecg.modules.util; import org.springframework.beans.BeansException; import org.springframework.context.ApplicationContext; import org 阅读全文
posted @ 2020-11-20 14:00 zagwk 阅读(259) 评论(0) 推荐(0)