From 1fe9a1c594c40324b64f2822b2381e741fa231fc Mon Sep 17 00:00:00 2001 From: 陶杰 <1378534974@qq.com> Date: 星期四, 09 一月 2025 09:00:45 +0800 Subject: [PATCH] 1.花材报表-把下架和强制下架状态分开 --- pom.xml | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index ff10f45..700cf89 100644 --- a/pom.xml +++ b/pom.xml @@ -275,6 +275,11 @@ <version>2.4</version> <classifier>jdk15</classifier> </dependency> + <dependency> + <groupId>com.aliyun</groupId> + <artifactId>dysmsapi20170525</artifactId> + <version>3.1.0</version> + </dependency> </dependencies> -- Gitblit v1.9.3