From c98d861d94f596c4423b418f7c935acd612c9b60 Mon Sep 17 00:00:00 2001
From: liding <756868258@qq.com>
Date: 星期三, 03 十二月 2025 17:35:53 +0800
Subject: [PATCH] 产品明细增删改
---
pom.xml | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/pom.xml b/pom.xml
index 17973d1..88a0f6b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -295,6 +295,12 @@
<version>4.0.3</version>
</dependency>
+ <dependency>
+ <groupId>cn.hutool</groupId>
+ <artifactId>hutool-all</artifactId>
+ <version>5.8.11</version>
+ </dependency>
+
</dependencies>
<build>
--
Gitblit v1.9.3