升级oshi到最新版本6.2.1

master
RuoYi 2022-07-14 16:16:28 +08:00
parent 1959b02220
commit 3427223da2
2 changed files with 4 additions and 4 deletions

View File

@ -26,7 +26,7 @@
<mybatis-spring-boot.version>2.2.2</mybatis-spring-boot.version> <mybatis-spring-boot.version>2.2.2</mybatis-spring-boot.version>
<pagehelper.boot.version>1.4.1</pagehelper.boot.version> <pagehelper.boot.version>1.4.1</pagehelper.boot.version>
<fastjson.version>1.2.83</fastjson.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.io.version>2.11.0</commons.io.version>
<commons.fileupload.version>1.4</commons.fileupload.version> <commons.fileupload.version>1.4</commons.fileupload.version>
<poi.version>4.1.2</poi.version> <poi.version>4.1.2</poi.version>

View File

@ -102,12 +102,12 @@ public @interface Excel
* , * ,
*/ */
public boolean isStatistics() default false; public boolean isStatistics() default false;
/** /**
* 0 1 * 0 1 2
*/ */
public ColumnType cellType() default ColumnType.STRING; public ColumnType cellType() default ColumnType.STRING;
/** /**
* *
*/ */