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