Commit a261e719 by 朱瑞泽

update doc

parent 1f631493
......@@ -15,6 +15,14 @@
| |gic-demo-project-service |模块 dubbo 服务 |
| |gic-demo-project-web |模块 web rest 服务 |
### 命名规范补充
|包 |说明 |
| ------------ | ------------ |
|qo |query object, web 查询对象,类名以QO结尾 |
|vo |view object,web 试图对象,类名以VO结尾 |
|dto |data transfer object,数据传输对象,以DTO结尾 |
### 生成 mybatis model mapper xml
gic-demo-helper工程,配置generatorConfig_test.xml。
```xml
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment