1
0
forked from aixan/RuoYi-Vue

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

This commit is contained in:
RuoYi
2024-12-07 14:41:35 +08:00
parent ed96bf80e7
commit aec1a93e16

View File

@@ -83,6 +83,11 @@ public @interface Excel
*/
public String prompt() default "";
/**
* 是否允许内容换行
*/
public boolean wrapText() default false;
/**
* 设置只能选择不能输入的列内容.
*/