From d4705d77173586a05dac0d8ec1b6ed47926a227a Mon Sep 17 00:00:00 2001 From: ycl Date: Wed, 2 Jul 2025 18:45:52 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/llms-full.txt b/llms-full.txt index ec23564..bc3a8f4 100644 --- a/llms-full.txt +++ b/llms-full.txt @@ -1291,6 +1291,7 @@ requestParams为请求参数列表,response为返回结构,requestParams中 │ ├── facade/ # 调用其他模块的RPC适配器,包含RpcAdapter,如UserDtoServiceInMeetingRpcAdapter,表示从meeting模块调用user模块中方法 │ └── impl/ # Dto的查询接口的实现 ├── persist/ + │ ├── eo/ # 值对象(Eo)的结构定义 │ ├── dos/ # 数据库单表结构的映射 │ ├── qto/ # 读方案的数据库查询实现 │ └── mapper/ # MyBatis的Mapper定义