From cd88bd34d2a8f755137bf53ab56a61451479f67a Mon Sep 17 00:00:00 2001 From: ycl Date: Mon, 30 Jun 2025 11:26:24 +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 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/llms-full.txt b/llms-full.txt index c955c69..f3dda70 100644 --- a/llms-full.txt +++ b/llms-full.txt @@ -522,10 +522,11 @@ DateTime endTime; //会议结束时间 - 以json格式表达,json schema 定义如下 ```json { - "type": "object","description": "查询对象定义", "required": ["name","fromEntity"], + "type": "object","description": "查询对象定义", "required": ["dtoOrVoId","name","fromEntity"], "properties": { "name": {"type": "string", "description": "查询对象名称,用英语表达,单词之间下划线分割,长度补超过32个字符"}, "uuid": {"type": "string", "description": "查询对象uuid, 在更新的时候必须传递(只有根节点必须传递),创建的时候不传递"}, + "dtoOrVoId":{"type":"string","description":"返回数据对象(VO或DTO)的uuid,创建的时候必须指定,更新的时候不传递"}, "moduleName": {"type": "string", "description": "查询对象所属模块名称,在创建的时候必须传递"}, "fromEntity": {"type": "string", "description": "查询对象对应的实体"}, "expandList": { @@ -615,6 +616,7 @@ DateTime endTime; //会议结束时间 "wo": { "uuid": null, "name": "meeting_with_room_and_agenda_wo", + "dtoOrVoId":"96eedc80-2c29-44ab-883f-031efdba43e8", "description": "会议详情,包含会议室信息,以及其中的会议列表", "fromEntity": "meeting", "expandList": [