excel注解加入合并属性

This commit is contained in:
马睿 2020-08-17 17:33:50 +08:00
parent ba2494ce7f
commit 5159c394ab
1 changed files with 5 additions and 0 deletions

View File

@ -84,6 +84,11 @@ public @interface Excel
*/ */
public boolean isExport() default true; public boolean isExport() default true;
/**
* 是否合并.
*/
public boolean isMerge() default true;
/** /**
* 另一个类中的属性名称,支持多级获取,以小数点隔开 * 另一个类中的属性名称,支持多级获取,以小数点隔开
*/ */