更新 llms-full.txt

This commit is contained in:
ycl
2025-07-02 18:45:52 +08:00
parent fba0efd2dc
commit d4705d7717

View File

@@ -1291,6 +1291,7 @@ requestParams为请求参数列表response为返回结构requestParams中
│ ├── facade/ # 调用其他模块的RPC适配器包含RpcAdapter如UserDtoServiceInMeetingRpcAdapter表示从meeting模块调用user模块中方法
│ └── impl/ # Dto的查询接口的实现
├── persist/
│ ├── eo/ # 值对象(Eo)的结构定义
│ ├── dos/ # 数据库单表结构的映射
│ ├── qto/ # 读方案的数据库查询实现
│ └── mapper/ # MyBatis的Mapper定义