From 23d0d2bd37cc8789b35f60f2c6d6e0727c284c7b Mon Sep 17 00:00:00 2001 From: shicf <shi_chongfu@163.com> Date: 星期四, 24 四月 2025 11:01:52 +0800 Subject: [PATCH] 移动端app自动升级,安装包下载 ,版本检测 --- pom.xml | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index c34e64c..9f3c00c 100644 --- a/pom.xml +++ b/pom.xml @@ -97,6 +97,10 @@ <groupId>com.lx</groupId> <artifactId>product-server-quartz</artifactId> </dependency> + <dependency> + <groupId>com.lx</groupId> + <artifactId>product-server-tool-table</artifactId> + </dependency> </dependencies> </project> -- Gitblit v1.9.2