2
0

feat: dashboard 接口

This commit is contained in:
caiyuchao
2025-01-07 15:41:14 +08:00
parent 3b2ae3c597
commit ec67475fe8
8 changed files with 322 additions and 0 deletions

View File

@@ -84,6 +84,11 @@
<groupId>org.wfc</groupId>
<artifactId>wfc-common-mybatis</artifactId>
</dependency>
<!-- mapstruct -->
<dependency>
<groupId>org.mapstruct</groupId>
<artifactId>mapstruct</artifactId>
</dependency>
</dependencies>