提交 | 用户 | 时间 | ||
8286c6 | 1 | package cn.stylefeng.guns.excel.consts; |
懒 | 2 | |
3 | /** | |
4 | * excel模块使用的常量 | |
5 | * | |
6 | * @author fengshuonan | |
7 | * @Date 2020/3/18 21:19 | |
8 | */ | |
9 | public class ExcelConstants { | |
10 | ||
11 | /** | |
12 | * excel模板保存的path | |
13 | */ | |
14 | public static final String EXCEL_FILE_TEMPLATE_PATH = "/uploadFiles/excelExportTemplate/"; | |
15 | ||
16 | } |