!54 fix 生成器生成的 service 和 serviceImpl 中 deleteWithValidByIds 参数字段类型错误

* fix 生成器生成的 service 和 serviceImpl 中 deleteWithValidByIds 参数字段类型错误
This commit is contained in:
CharlieJohn
2021-06-17 09:30:52 +08:00
committed by 疯狂的狮子Li
parent d10099d9e9
commit 8bda10c23c
3 changed files with 8 additions and 2 deletions

View File

@ -67,6 +67,12 @@
<artifactId>ruoyi-system</artifactId>
</dependency>
<!-- jdk11 缺失依赖 jaxb-->
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>${jaxb.version}</version>
</dependency>
</dependencies>
</project>