update .gitkeep

This commit is contained in:
2024-10-21 15:34:24 +08:00
parent 2942d870e6
commit a7ea3b24ac
40 changed files with 0 additions and 175 deletions

View File

@@ -1,5 +0,0 @@
> 本模块存放公共组件
``` \-- *.utils(工具类; package)
\-- *.enums(公共枚举; package)
\-- *.constants(公共常量; package)
```

View File

@@ -1,2 +0,0 @@
> 本模块存放公共常量
``` \-- *Constant.java

View File

@@ -1,2 +0,0 @@
> 本模块存放公共枚举
``` \-- *Enum.java

View File

@@ -1,3 +0,0 @@
> 本模块存放公共工具类
``` \-- *Util.java
```

View File

@@ -1 +0,0 @@
> 本模块存放SQL

View File

@@ -1,26 +0,0 @@
本模块为 ```访问入口层```
```
\-- web(web访问; sub-module)
\-- *.controller(package)
\-- *.converter(package)
\-- *.vo(显示层对象; package)
\-- *.utils(工具类; package)
\-- job(任务; sub-module)
\-- *.job(job定义以Job为后缀; package)
\-- *.dto(数据结构; package)
\-- *.converter(package)
\-- *.utils(工具类; package)
\-- mq(消息消费处理; sub-module)
\-- *.consumer(package)
\-- *.dto(数据结构; package)
\-- *.converter(package)
\-- *.utils(工具类; package)
\-- rpc(对外提供rpc; sub-module)
\-- *.RpcService(package)
\-- *.dto(数据结构; package)
\-- *.converter(package)
\-- *.utils(工具类; package)
```

View File

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

View File

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

View File

@@ -1,4 +0,0 @@
存放job file
```
\-- *Job.java
```

View File

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

View File

@@ -1,4 +0,0 @@
存放消息消费者
```
\-- *Consumer.java
```

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

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
```

View File

@@ -1,2 +0,0 @@
## 本模块是 ```存储层 ```
> 对manager和service层可见

View File

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

View File

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

View File

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

View File

@@ -1,4 +0,0 @@
存放BaseMapper
```
\-- Base*Mapper.java
```

View File

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

View File

@@ -1 +0,0 @@
> 本模块存放SQL

View File

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

View File

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

View File

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

View File

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

View File

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