审核逻辑修改前项目保存
This commit is contained in:
7
pom.xml
7
pom.xml
@@ -44,6 +44,7 @@
|
||||
<rfidreader.version>1.0.0</rfidreader.version>
|
||||
<zmprinter.version>4.4.7</zmprinter.version>
|
||||
<mybatis-plus.version>3.5.5</mybatis-plus.version>
|
||||
<minio.version>8.5.4</minio.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
@@ -210,6 +211,12 @@
|
||||
<artifactId>poi-ooxml</artifactId>
|
||||
<version>${poi.version}</version>
|
||||
</dependency>
|
||||
<!--MinIo-->
|
||||
<dependency>
|
||||
<groupId>io.minio</groupId>
|
||||
<artifactId>minio</artifactId>
|
||||
<version>${minio.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.baomidou</groupId>
|
||||
|
||||
Reference in New Issue
Block a user