mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-09-12 06:57:13 +08:00
chore: 更新通知公告新增、查看菜单数据
This commit is contained in:
@@ -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;
|
||||
|
||||
/**
|
||||
* 标题
|
||||
*/
|
||||
|
Reference in New Issue
Block a user