refactor(crm): 重构文件上传功能,替换原有的fileUrls字段为统一的StorageAttachmentApi
- 移除CrmFollowUpCreateReqBO中的fileUrls字段
- 在CrmFollowUpRecordController中引入StorageAttachmentApi并实现附件列表查询
- 更新CrmFollowUpRecordDO移除fileUrls字段
- 修改CrmFollowUpRecordRespVO使用attachmentList替代fileUrls
- 调整CrmFollowUpRecordSaveReqVO增加blobIds字段
- 在CrmFollowUpRecordServiceImpl中集成StorageAttachmentApi进行附件绑定和删除
- 更新CrmSaleQuotationController获取附件列表功能
- 从CrmSaleQuotationDO移除fileUrl字段
- 修改CrmSaleQuotationRespVO使用attachmentList
- 调整CrmSaleQuotationSaveReqVO使用blobIds替代fileUrl
- 在CrmSaleQuotationServiceImpl中集成附件绑定逻辑
- 移除ERP模块中各DO的fileUrl字段
- 移除Hrm模块中AttendanceException相关的fileUrl字段
- 更新文档file_upload_guide.md说明统一使用Storage API
- 从数据库脚本移除各模块的file_url字段