1
0

feat: 简化DTO转化方法的创建

This commit is contained in:
2025-08-16 14:38:35 +08:00
parent 6d8a1b26c1
commit 895ce7ee82
4 changed files with 21 additions and 25 deletions

View File

@@ -96,6 +96,11 @@
<artifactId>lombok</artifactId>
<version>1.18.36</version>
</path>
<path>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-jpamodelgen</artifactId>
<version>6.6.8.Final</version>
</path>
<path>
<groupId>io.github.openfeign.querydsl</groupId>
<artifactId>querydsl-apt</artifactId>