diff --git a/llms-full.txt b/llms-full.txt index 637e62d..54fdddb 100644 --- a/llms-full.txt +++ b/llms-full.txt @@ -361,7 +361,7 @@ DateTime endTime; //会议结束时间 "uuid": null, "name": "metting_with_room_vo", "description": "会议详情,包含会议室信息,以及会议室禁用列表", - "isRootVo": true, + "rootVo": "metting_with_room_vo", "fromEntity": "meeting", "fromDto": "meeting_detail_dto", "fromDtoUuid": "cd55c96b-aa67-bfb2-7614-70b503a8f8bf", @@ -375,7 +375,7 @@ DateTime endTime; //会议结束时间 "uuid": null, "name": "user_base_vo", "description": "用户信息", - "isRootVo": false, + "rootVo": "metting_with_room_vo", "fromEntity": "user", "fromDto": "user_base_dto", "fromDtoUuid": "53bb59cf-1ed2-6fb3-9f61-895b638903d8", @@ -399,7 +399,7 @@ DateTime endTime; //会议结束时间 "vo": { "name": "meeting_room_with_meetings_vo", "description": "会议室信息,包含会议列表", - "isRootVo": false, + "rootVo": "metting_with_room_vo", "fromEntity": "meeting_room", "fromDto": "meeting_room_base_dto", "fromDtoUuid": "88437212-6370-99a6-1e7a-fe1469082d08", @@ -410,7 +410,7 @@ DateTime endTime; //会议结束时间 "uuid": null, "name": "meeting_base_vo", "description": "会议基本信息", - "isRootVo": false, + "rootVo": "metting_with_room_vo", "fromEntity": "meeting", "fromDto": "meeting_base_dto", "fromDtoUuid": "1a768c5e-b449-db5d-fe55-9d572d64332a",