- 在 Device 模型中添加 iconId 和 previewId 字段,用于存储附件 ID - 在 DeviceDto、DeviceServeDto 和 DeviceVo 中添加对应的字段和关联对象 - 更新 DeviceMapper.xml 以支持新字段的查询和映射 - 优化 BulletinMapper.xml 中的附件查询逻辑 - 移除 BulletinServiceImpl 中未使用的 UserRepository 依赖
- 统一使用 AdminNoticeVo 作为返回类型 - 修正 UserNoticeMapper.xml 中的查询语句 - 更新相关控制器、仓库和服