|
@ -102,7 +102,7 @@ public class AccountcalendarController { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
@GetMapping("/get-import-template") |
|
|
@GetMapping("/get-import-template") |
|
|
@Operation(summary = "获得导入账期日历板模") |
|
|
@Operation(summary = "获得导入账期日历模板") |
|
|
public void importTemplate(HttpServletResponse response) throws IOException { |
|
|
public void importTemplate(HttpServletResponse response) throws IOException { |
|
|
// 手动创建导出 demo
|
|
|
// 手动创建导出 demo
|
|
|
List<AccountcalendarImportExcelVo> list = Arrays.asList( |
|
|
List<AccountcalendarImportExcelVo> list = Arrays.asList( |
|
|