From 146456dd24d05580f6eae9f33dd7727a79529e73 Mon Sep 17 00:00:00 2001 From: oyo Date: Wed, 25 Jun 2025 17:29:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20llms-full.txt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- llms-full.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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",