mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-09-09 20:57:21 +08:00
优化:优化模型类命名(为数据模型类添加 DO 后缀),并优化所有模型相关变量命名
This commit is contained in:
@@ -213,6 +213,7 @@ continew-admin # 全局通用项目配置及依赖版本管理
|
||||
│ └─ cnadmin
|
||||
│ └─ common
|
||||
│ ├─ annotation # 公共注解
|
||||
│ ├─ base # 公共基类
|
||||
│ ├─ config # 公共配置
|
||||
│ │ ├─ jackson # Jackson 配置
|
||||
│ │ ├─ mybatis # MyBatis Plus 配置
|
||||
@@ -224,7 +225,6 @@ continew-admin # 全局通用项目配置及依赖版本管理
|
||||
│ ├─ handler # 公共处理器
|
||||
│ ├─ model # 公共模型
|
||||
│ │ ├─ dto # 公共 DTO(Data Transfer Object)
|
||||
│ │ ├─ entity # 公共实体对象
|
||||
│ │ ├─ query # 公共查询条件
|
||||
│ │ ├─ request # 公共请求对象
|
||||
│ │ └─ vo # 公共 VO(View Object)
|
||||
|
Reference in New Issue
Block a user