This commit is contained in:
2024-08-06 19:54:58 +08:00
commit ca27945061
56 changed files with 609 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
本模块为 ```通用业务逻辑层```
```
\-- *.mananger(通用业务逻辑层接口定义以Manager为后缀; package) \-- *.impl(通用业务逻辑层接口实现以ManagerImpl为后缀; package)
\-- *.dto(业务层数据结构; package)
\-- *.converter(package)
\-- *.facade(remote stub(调用外部rpc); package)
\-- *.utils(工具类; package)
```