fix 修复 json 模块 包错误问题

This commit is contained in:
疯狂的狮子Li
2023-01-31 22:27:20 +08:00
parent 771a1045ee
commit 949eeb213d
15 changed files with 35 additions and 27 deletions

View File

@ -17,10 +17,17 @@
</description>
<dependencies>
<dependency>
<groupId>com.ruoyi</groupId>
<artifactId>ruoyi-common-satoken</artifactId>
</dependency>
<dependency>
<groupId>com.ruoyi</groupId>
<artifactId>ruoyi-common-json</artifactId>
</dependency>
</dependencies>
</project>