瀏覽代碼

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

RuoYi 8 月之前
父節點
當前提交
aec1a93e16
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      ruoyi-common/src/main/java/com/ruoyi/common/annotation/Excel.java

+ 5 - 0
ruoyi-common/src/main/java/com/ruoyi/common/annotation/Excel.java

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