feat: 数据字典相关接口提交

This commit is contained in:
2025-12-01 21:05:19 +08:00
parent 991f6850c7
commit f56b903bcc
33 changed files with 391 additions and 508 deletions

View File

@ -17,6 +17,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-validation</artifactId>
</dependency>
<!-- jjwt -->
<dependency>
<groupId>io.jsonwebtoken</groupId>