From 1f58f30f676280346314e3678eda8934a94e8c2b Mon Sep 17 00:00:00 2001 From: 杜洪波 <1074825718@qq.com> Date: 星期五, 01 八月 2025 18:04:53 +0800 Subject: [PATCH] 引入合同模块 --- pom.xml | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index 4b2faa3..d4a6a0d 100644 --- a/pom.xml +++ b/pom.xml @@ -193,6 +193,10 @@ <groupId>com.lx</groupId> <artifactId>product-server-customer</artifactId> </dependency> + <dependency> + <groupId>com.lx</groupId> + <artifactId>product-project-server-contract</artifactId> + </dependency> <dependency> <groupId>com.lx</groupId> <artifactId>product-server-task</artifactId> -- Gitblit v1.9.2