From 0ec32c2239642d5257bf70a440ce6d23e46a27d9 Mon Sep 17 00:00:00 2001 From: ycl Date: Wed, 2 Jul 2025 18:48:49 +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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/llms-full.txt b/llms-full.txt index bc3a8f4..f286421 100644 --- a/llms-full.txt +++ b/llms-full.txt @@ -1284,8 +1284,9 @@ requestParams为请求参数列表,response为返回结构,requestParams中 │ ├── assembler/ # VO的数据填充 │ ├── collector/ # 读方案返回的id数据展开成完成对象数据 │ └── executor/ # 调用Service的度方案实现,同时调用collector和assembler,返回最终的VO - ├── manager/ # Dto的查询接口定义 + ├── manager/ # Dto的查询接口定义 │ ├── bo/ # 聚合对象定义 + │ │ └── base/ # 聚合对象的基类 │ ├── dto/ # 数据传输对象定义,以及RPC引用的外模块的DTO定义 │ ├── converter/ # 复杂Dto(非BaseDto)组装 │ ├── facade/ # 调用其他模块的RPC适配器,包含RpcAdapter,如UserDtoServiceInMeetingRpcAdapter,表示从meeting模块调用user模块中方法