更新 llms-full.txt

This commit is contained in:
ycl
2025-07-02 18:48:49 +08:00
parent d4705d7717
commit 0ec32c2239

View File

@@ -1286,6 +1286,7 @@ requestParams为请求参数列表response为返回结构requestParams中
│ └── executor/ # 调用Service的度方案实现同时调用collector和assembler返回最终的VO │ └── executor/ # 调用Service的度方案实现同时调用collector和assembler返回最终的VO
├── manager/ # Dto的查询接口定义 ├── manager/ # Dto的查询接口定义
│ ├── bo/ # 聚合对象定义 │ ├── bo/ # 聚合对象定义
│ │ └── base/ # 聚合对象的基类
│ ├── dto/ # 数据传输对象定义以及RPC引用的外模块的DTO定义 │ ├── dto/ # 数据传输对象定义以及RPC引用的外模块的DTO定义
│ ├── converter/ # 复杂Dto非BaseDto)组装 │ ├── converter/ # 复杂Dto非BaseDto)组装
│ ├── facade/ # 调用其他模块的RPC适配器包含RpcAdapter如UserDtoServiceInMeetingRpcAdapter表示从meeting模块调用user模块中方法 │ ├── facade/ # 调用其他模块的RPC适配器包含RpcAdapter如UserDtoServiceInMeetingRpcAdapter表示从meeting模块调用user模块中方法