update .gitkeep

This commit is contained in:
2024-10-21 15:31:20 +08:00
parent 1fbe0140ef
commit 1d09dad47f
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)
```

View File

@@ -1,4 +0,0 @@
存放DTOConverter
```
\-- *DTOConverter.java
```

View File

@@ -1,4 +0,0 @@
存放DTO
```
\-- *DTO.java
```

View File

@@ -1,4 +0,0 @@
存放RpcServiceAdapter
```
\-- *RpcServiceAdapter.java
```

View File

@@ -1,4 +0,0 @@
存放ManagerImpl
```
\-- *ManagerImpl.java
```

View File

@@ -1,4 +0,0 @@
存放BaseManagerImpl
```
\-- *BaseManagerImpl.java
```

View File

@@ -1,4 +0,0 @@
存放工具类
```
\-- *Util.java
```