更新 llms-full.txt

This commit is contained in:
oyo
2025-07-04 15:51:32 +08:00
parent d61c04064c
commit 810d43314c

View File

@@ -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的查询接口的实现