docs: 规范文档

V0.5.x
regan 2023-06-15 21:47:48 +08:00
parent 1838678497
commit 7fe2c4b337
2 changed files with 21 additions and 0 deletions

11
待优化项.md Normal file
View File

@ -0,0 +1,11 @@
# **待优化项**
## **主键**
统一主键名称id属性Long
## **sonerlint扫描**
sonerlint扫描按建议修改相关不规范的代码
## **xx**
xxxxxxxxxxxx

10
项目规范.md Normal file
View File

@ -0,0 +1,10 @@
# **项目规范**
## **接口**
请求类型统一未POST路径大致为模块归类/动作+资源请求参数所有均封装下Request超过一个参数必须
封装成Bo对象
## **数据库**
## **service**