diff --git a/pmapi/pom.xml b/pmapi/pom.xml
index c6f6de1..580926c 100644
--- a/pmapi/pom.xml
+++ b/pmapi/pom.xml
@@ -38,7 +38,10 @@
org.springframework.boot
spring-boot-starter-data-redis
-
+
+ com.baomidou
+ mybatis-plus-extension
+
org.springframework.session
spring-session-data-redis
@@ -209,6 +212,12 @@
com.ningdatech
nd-flowable-starter
+
+
+ com.baomidou
+ mybatis-plus-boot-starter
+
+
diff --git a/pom.xml b/pom.xml
index ef68ce9..dc86d2d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -81,6 +81,11 @@
1.0.0
+ com.baomidou
+ mybatis-plus-extension
+ ${mybatis.plus.version}
+
+
com.ningdatech
nd-swagger2-starter
1.0.0