From 810d43314cac642d6b761ffe0397ec1cbfac84a5 Mon Sep 17 00:00:00 2001 From: oyo Date: Fri, 4 Jul 2025 15:51:32 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llms-full.txt b/llms-full.txt index e2084c3..abc2130 100644 --- a/llms-full.txt +++ b/llms-full.txt @@ -1288,7 +1288,7 @@ requestParams为请求参数列表,response为返回结构,requestParams中 ├── manager/ # Dto的查询接口定义 │ ├── bo/ # 聚合对象定义 │ │ └── base/ # 聚合对象的基类 - │ ├── dto/ # 数据传输对象定义,以及RPC引用的外模块的DTO定义 + │ ├── dto/ # 数据传输对象定义 │ ├── converter/ # 复杂Dto(非BaseDto)组装 │ ├── facade/ # 调用其他模块的RPC适配器,包含RpcAdapter,如UserDtoServiceInMeetingRpcAdapter,表示从meeting模块调用user模块中方法 │ └── impl/ # Dto的查询接口的实现