Excel注解支持wrapText是否允许内容换行

pull/511/MERGE
RuoYi 2024-12-07 14:32:16 +08:00
parent 885a9d969c
commit 5732e75cb1
1 changed files with 5 additions and 0 deletions

View File

@ -83,6 +83,11 @@ public @interface Excel
*/
public String prompt() default "";
/**
*
*/
public boolean wrapText() default false;
/**
* .
*/