添加消息的entity类。 同时修改历史航班记录只返回非共享航班记录。

This commit is contained in:
zhouxiunai
2019-04-30 11:28:13 +08:00
parent dd26709ef0
commit 21a5aca8af
134 changed files with 33736 additions and 2 deletions
+6
View File
@@ -153,6 +153,12 @@
<artifactId>poi-ooxml</artifactId>
<version>3.17</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-xml</artifactId>
</dependency>
</dependencies>
<build>