2
0

feat: 添加mapstruct

This commit is contained in:
caiyuchao
2024-12-31 14:08:16 +08:00
parent 12f8d5076d
commit c96fb94625
2 changed files with 27 additions and 1 deletions

View File

@@ -92,6 +92,12 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<!-- mapstruct -->
<dependency>
<groupId>org.mapstruct</groupId>
<artifactId>mapstruct</artifactId>
</dependency>
</dependencies>
<build>