docs: 接口文档描述调整

This commit is contained in:
Ray.Hao
2025-04-14 17:36:32 +08:00
parent a0ffdb26b8
commit 4499cc03c4
7 changed files with 8 additions and 8 deletions

View File

@@ -28,7 +28,7 @@ import org.springframework.security.access.prepost.PreAuthorize;
@Slf4j
@RestController
@RequiredArgsConstructor
@Tag(name = "10.系统配置")
@Tag(name = "08.系统配置")
@RequestMapping("/api/v1/config")
public class ConfigController {

View File

@@ -108,7 +108,7 @@ public class DictController {
//---------------------------------------------------
// 字典项相关接口
//---------------------------------------------------
@Operation(summary = "字典项分页")
@Operation(summary = "字典项分页列表")
@GetMapping("/{dictCode}/items/page")
public PageResult<DictItemPageVO> getDictItemPage(
@PathVariable String dictCode,

View File

@@ -22,7 +22,7 @@ import java.time.LocalDate;
* @author Ray.Hao
* @since 2.10.0
*/
@Tag(name = "13.日志接口")
@Tag(name = "10.日志接口")
@RestController
@RequestMapping("/api/v1/logs")
@RequiredArgsConstructor

View File

@@ -25,7 +25,7 @@ import java.util.Set;
/**
* 菜单控制层
*
* @author Ray
* @author Ray.Hao
* @since 2020/11/06
*/
@Tag(name = "04.菜单接口")

View File

@@ -25,7 +25,7 @@ import org.springframework.web.bind.annotation.*;
* @author youlaitech
* @since 2024-08-27 10:31
*/
@Tag(name = "12.通知公告接口")
@Tag(name = "09.通知公告")
@RestController
@RequestMapping("/api/v1/notices")
@RequiredArgsConstructor