chore: 更新通知公告新增、查看菜单数据

This commit is contained in:
2024-08-04 15:46:55 +08:00
parent be484081be
commit 45545260a3
2 changed files with 17 additions and 1 deletions

View File

@@ -38,6 +38,18 @@ public class RouteResp implements Serializable {
@Serial
private static final long serialVersionUID = 1L;
/**
* ID
*/
@Schema(description = "ID", example = "1010")
private Long id;
/**
* 上级菜单 ID
*/
@Schema(description = "上级菜单ID", example = "1000")
private Long parentId;
/**
* 标题
*/