去掉自定义导出注解column列

This commit is contained in:
RuoYi
2018-07-14 23:15:17 +08:00
parent ffd020d872
commit d891a2ee2b
13 changed files with 116 additions and 118 deletions

View File

@ -19,11 +19,6 @@ public @interface Excel
*/
public abstract String name();
/**
* 配置列的名称
*/
public abstract String column();
/**
* 提示信息
*/