费用计算;

This commit is contained in:
王奎兴
2026-04-03 09:11:16 +08:00
parent 571c41f6fe
commit 4fe5febdb0
6 changed files with 168 additions and 8 deletions
+7 -2
View File
@@ -104,7 +104,12 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-websocket</artifactId>
</dependency>
<!-- JEP 动态计算 -->
<dependency>
<groupId>jep</groupId>
<artifactId>jep</artifactId>
<version>2.24</version>
</dependency>
<!-- JPush推送 -->
<!-- jpush极光推送导入start -->
@@ -163,4 +168,4 @@
</profile>
</profiles>
</project>
</project>