diff --git a/llms-full.txt b/llms-full.txt index e2084c3..abc2130 100644 --- a/llms-full.txt +++ b/llms-full.txt @@ -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的查询接口的实现