From 689440364e45d515966f908506ec66dc5ccb8d62 Mon Sep 17 00:00:00 2001 From: liurunyu <lry9898@163.com> Date: 星期三, 15 十一月 2023 14:42:30 +0800 Subject: [PATCH] 1、*Mapper.java继承泛型错误修改 2、行政区实体中增加编号属性 3、行政区级别枚举去掉组 4、实现系统启动后初始化数据库数据监听器 --- pipIrr-platform/pipIrr-common/pom.xml | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/pipIrr-platform/pipIrr-common/pom.xml b/pipIrr-platform/pipIrr-common/pom.xml index 2ad1d84..19db807 100644 --- a/pipIrr-platform/pipIrr-common/pom.xml +++ b/pipIrr-platform/pipIrr-common/pom.xml @@ -71,6 +71,7 @@ <artifactId>springdoc-openapi-security</artifactId> </dependency> + <!--mysql椹卞姩--> <dependency> <groupId>com.mysql</groupId> @@ -113,6 +114,7 @@ <groupId>cn.hutool</groupId> <artifactId>hutool-all</artifactId> </dependency> + </dependencies> <build> -- Gitblit v1.8.0