feat: 基本流程crud接口完成

This commit is contained in:
2025-04-26 17:40:29 +08:00
parent 47b8008543
commit 1486b6ad7e
24 changed files with 554 additions and 95 deletions

View File

@@ -74,8 +74,8 @@
<artifactId>lombok-mapstruct-binding</artifactId>
</dependency>
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-webmvc-api</artifactId>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-annotations-jakarta</artifactId>
</dependency>
</dependencies>