From 49ac1803293cab5fea44d2f075e151bbc501284b Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期三, 16 三月 2022 12:59:04 +0800 Subject: [PATCH] update 优化 SysRole 部分字段类型 防止数据库类型映射异常 --- ruoyi-job/pom.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ruoyi-job/pom.xml b/ruoyi-job/pom.xml index 3c13d35..995db66 100644 --- a/ruoyi-job/pom.xml +++ b/ruoyi-job/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>ruoyi-vue-plus</artifactId> <groupId>com.ruoyi</groupId> - <version>3.4.0</version> + <version>4.0.1</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>jar</packaging> -- Gitblit v1.9.3