摄像头激活码页面,设备信息列表页面

This commit is contained in:
ifish7
2017-08-17 18:14:21 +08:00
parent c67116b3db
commit 80f59bca83
32 changed files with 2785 additions and 3 deletions
+12
View File
@@ -100,6 +100,18 @@
<artifactId>tiles-api</artifactId>
<version>3.0.5</version>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi</artifactId>
<version>3.15</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>net.sourceforge.jexcelapi</groupId>
<artifactId>jxl</artifactId>
<version>2.6.12</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>javax</groupId>
<artifactId>javaee-web-api</artifactId>