refactor: 修改接口文档顺序

This commit is contained in:
Ray.Hao
2024-10-12 08:16:24 +08:00
parent 2cac1e0717
commit 7ef553c856
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ import org.springframework.web.multipart.MultipartFile;
* @author Ray * @author Ray
* @since 2022/10/16 * @since 2022/10/16
*/ */
@Tag(name = "07.文件接口") @Tag(name = "08.文件接口")
@RestController @RestController
@RequestMapping("/api/v1/files") @RequestMapping("/api/v1/files")
@RequiredArgsConstructor @RequiredArgsConstructor

View File

@@ -27,7 +27,7 @@ import java.util.List;
* @author Ray * @author Ray
* @since 2.9.0 * @since 2.9.0
*/ */
@Tag(name = "08.字典数据接口") @Tag(name = "07.字典数据接口")
@RestController @RestController
@RequestMapping("/api/v1/dict-data") @RequestMapping("/api/v1/dict-data")
@RequiredArgsConstructor @RequiredArgsConstructor