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

pull/394/head
RuoYi 2024-12-07 14:52:52 +08:00
parent 4a6603d8b3
commit 72bc8bfc53
1 changed files with 5 additions and 0 deletions

View File

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