update .gitkeep

This commit is contained in:
2024-10-21 15:33:32 +08:00
parent 7f196a801b
commit 73157a686e
40 changed files with 0 additions and 175 deletions

View File

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