变更项目缩写
This commit is contained in:
@@ -94,11 +94,11 @@
|
||||
## Impact
|
||||
|
||||
### 后端影响
|
||||
- **数据库**:扩展 `dpc_intermediary_blacklist` 表,添加约30个新字段
|
||||
- **实体类**:`DpcIntermediaryBlacklist` 添加新字段属性
|
||||
- **DTO**:创建 `DpcIntermediaryPersonAddDTO` 和 `DpcIntermediaryEntityAddDTO`
|
||||
- **VO**:创建 `DpcIntermediaryPersonDetailVO` 和 `DpcIntermediaryEntityDetailVO`
|
||||
- **Excel**:创建 `DpcIntermediaryPersonExcel` 和 `DpcIntermediaryEntityExcel`
|
||||
- **数据库**:扩展 `ccdi_intermediary_blacklist` 表,添加约30个新字段
|
||||
- **实体类**:`CcdiIntermediaryBlacklist` 添加新字段属性
|
||||
- **DTO**:创建 `CcdiIntermediaryPersonAddDTO` 和 `CcdiIntermediaryEntityAddDTO`
|
||||
- **VO**:创建 `CcdiIntermediaryPersonDetailVO` 和 `CcdiIntermediaryEntityDetailVO`
|
||||
- **Excel**:创建 `CcdiIntermediaryPersonExcel` 和 `CcdiIntermediaryEntityExcel`
|
||||
- **Controller**:添加两个模板下载接口,修改详情接口
|
||||
- **Service**:扩展导入逻辑,支持不同类型的模板
|
||||
|
||||
@@ -110,7 +110,7 @@
|
||||
- 扩展现有表,添加新字段(默认允许 NULL,保持向后兼容)
|
||||
|
||||
## Dependencies
|
||||
- 依赖现有 `dpc_intermediary_blacklist` 表和基础功能
|
||||
- 依赖现有 `ccdi_intermediary_blacklist` 表和基础功能
|
||||
- 依赖 EasyExcel 进行 Excel 导入导出
|
||||
|
||||
## Related Changes
|
||||
|
||||
Reference in New Issue
Block a user