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
* @since 2022/10/16
*/
@Tag(name = "07.文件接口")
@Tag(name = "08.文件接口")
@RestController
@RequestMapping("/api/v1/files")
@RequiredArgsConstructor