主要修改:
1. README.md 优化
- 明确项目当前实现状态(从 Salesforce 同步数据到本地)
- 添加开发计划,包含 4 个主要方向:
* 数据推送到目标 Salesforce 系统
* 源 Salesforce 系统文件下载
* User 权限同步集成系统
* 集成可视化报表插件
2. 批次数据管理功能完善
- DataiIntegrationBatchController: 新增 insertBatchDataToTarget 和 updateBatchDataToTarget 方法
- IDataiIntegrationBatchService: 添加批次数据插入和更新接口
- DataiIntegrationBatchServiceImpl: 实现批次数据插入和更新逻辑
- DataiIntegrationBatch: 添加 new_id、is_insert、is_update 字段
- DataiIntegrationBatchDto/DataiIntegrationBatchVo: 同步字段定义
- DataiIntegrationBatchMapper.xml: 添加相关 SQL 映射
3. 文档更新
- 创建提示词文档:06更新项目说明文档提示词.md
- 更新 Salesforce 模块文档索引
- 删除过时文档
4. 配置更新
- 更新 .gitignore 配置
|
||
|---|---|---|
| .. | ||
| .gitkeep | ||
| 01创建白板提示词.md | ||
| 02白板优化提示词.md | ||
| 03创建工作流提示词.md | ||
| 04工作流整合白板提示词.md | ||
| 05创建项目规则提示词.md | ||
| 06更新项目说明文档提示词.md | ||
| 0000-template.md | ||