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定义