Bläddra i källkod

升级oshi到最新版本6.2.1

RuoYi 3 år sedan
förälder
incheckning
3427223da2
2 ändrade filer med 4 tillägg och 4 borttagningar
  1. 1 1
      pom.xml
  2. 3 3
      ruoyi-common/src/main/java/com/ruoyi/common/annotation/Excel.java

+ 1 - 1
pom.xml

@@ -26,7 +26,7 @@
         <mybatis-spring-boot.version>2.2.2</mybatis-spring-boot.version>
         <pagehelper.boot.version>1.4.1</pagehelper.boot.version>
         <fastjson.version>1.2.83</fastjson.version>
-        <oshi.version>6.1.6</oshi.version>
+        <oshi.version>6.2.1</oshi.version>
         <commons.io.version>2.11.0</commons.io.version>
         <commons.fileupload.version>1.4</commons.fileupload.version>
         <poi.version>4.1.2</poi.version>

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

@@ -102,12 +102,12 @@ public @interface Excel
      * 是否自动统计数据,在最后追加一行统计数据总和
      */
     public boolean isStatistics() default false;
-    
+
     /**
-     * 导出类型(0数字 1字符串)
+     * 导出类型(0数字 1字符串 2图片
      */
     public ColumnType cellType() default ColumnType.STRING;
-    
+
     /**
      * 导出字体颜色
      */