Files
insigma-module-template/template/entrance/.gitkeep
2024-10-21 15:30:11 +08:00

27 lines
751 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

本模块为 ```访问入口层```
```
\-- 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)
```