From 7711500ea9b669cc606093ecfd183e3a0900288e Mon Sep 17 00:00:00 2001
From: zhoushihao <zsh19950802@163.com>
Date: 星期五, 19 四月 2024 08:13:14 +0800
Subject: [PATCH] 1、将id有int类型改为Long类型 2、修改接口前缀,去掉userinfo

---
 hangzhoumesParent/moduleService/UnLoadGlassModule/pom.xml |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/hangzhoumesParent/moduleService/UnLoadGlassModule/pom.xml b/hangzhoumesParent/moduleService/UnLoadGlassModule/pom.xml
index d3327cf..27baa5d 100644
--- a/hangzhoumesParent/moduleService/UnLoadGlassModule/pom.xml
+++ b/hangzhoumesParent/moduleService/UnLoadGlassModule/pom.xml
@@ -23,6 +23,14 @@
             <version>2.8.9</version>
             <scope>compile</scope>
         </dependency>
+
+
+        <dependency>
+            <groupId>com.github.yulichang</groupId>
+            <artifactId>mybatis-plus-join</artifactId>
+            <version>1.2.4</version>
+        </dependency>
+
     </dependencies>
 
     <properties>

--
Gitblit v1.8.0