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

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