| | |
| | | import com.dy.pmsGlobal.pojoBa.BaRole; |
| | | import com.dy.pmsGlobal.pojoBa.BaUser; |
| | | import com.dy.pmsGlobal.util.Constant; |
| | | import com.dy.pmsGlobal.util.ExportExcelUtil; |
| | | import com.dy.pmsGlobal.util.QrCodeConstant; |
| | | import com.dy.pmsGlobal.util.QrCodeUtil; |
| | | import com.google.zxing.WriterException; |
| | |
| | | @RequestMapping(path = "user") |
| | | @SuppressWarnings("unchecked")//java版本越高,对泛型约束越严,所以配置SuppressWarnings("unchecked") |
| | | public class UserCtrl { |
| | | |
| | | private static final String fileName = "信息" ; |
| | | private static final String sheetName = "用户信息" ; |
| | | |
| | | @Autowired |
| | | private UserSv sv; |
| | |
| | | list.add(vo); |
| | | } |
| | | } |
| | | ExportExcelUtil.downloadExcel(response, fileName, sheetName, list); |
| | | } |
| | | |
| | | } |