Loading

03 2021 档案

摘要:private static final String PACKAGE_CODE_KEY = "key:no:"; private static final Integer defaultExpireTime = 1; @Override public String generateNo(Strin 阅读全文
posted @ 2021-03-30 16:10 路闻man 阅读(586) 评论(0) 推荐(0)
摘要:1.Service接口 public interface ExcelExportService { ResponseEntity<byte[]> exportExcel() throws IOException; } 2.Service接口实现类 package com.test.service.t 阅读全文
posted @ 2021-03-05 11:24 路闻man 阅读(465) 评论(0) 推荐(0)