From 176447671a417ae00487fe0f037879c6070f1e68 Mon Sep 17 00:00:00 2001
From: huangzhen <867127663@qq.com>
Date: Wed, 07 Sep 2022 17:14:16 +0800
Subject: [PATCH] 新增风险事件、管控措施的主业务代码(增、删、改、查、分页查)、管控模板
---
pom.xml | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/pom.xml b/pom.xml
index abdec62..9fc3a70 100644
--- a/pom.xml
+++ b/pom.xml
@@ -317,6 +317,7 @@
<artifactId>core</artifactId>
<version>3.2.1</version>
</dependency>
+ <!--mybatis-plus-->
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-annotation</artifactId>
--
Gitblit v1.9.2