Excel注解支持自动统计数据总和

This commit is contained in:
RuoYi
2020-08-26 11:37:49 +08:00
parent fa5596bb20
commit bf771ae5c8
2 changed files with 74 additions and 0 deletions

View File

@ -100,6 +100,11 @@ public @interface Excel
*/
public String targetAttr() default "";
/**
* 是否自动统计数据,在最后追加一行统计数据总和
*/
public boolean isStatistics() default false;
/**
* 字段类型0导出导入1仅导出2仅导入
*/