소스 검색

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;
+
     /**
      * 设置只能选择不能输入的列内容.
      */