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