fix 修正缺失 SysClientVoConvert 导致转换异常 ;

fix 修正 auth 模块缺失引用导致解密异常 ;
This commit is contained in:
Michelle.Chung
2023-07-25 08:41:37 +08:00
parent 56d0995b09
commit 52955e5290
2 changed files with 22 additions and 0 deletions

View File

@@ -65,6 +65,11 @@
<artifactId>ruoyi-common-web</artifactId>
</dependency>
<dependency>
<groupId>org.dromara</groupId>
<artifactId>ruoyi-common-encrypt</artifactId>
</dependency>
<dependency>
<groupId>org.dromara</groupId>
<artifactId>ruoyi-common-dubbo</artifactId>