Commit Graph

3 Commits

Author SHA1 Message Date
zhuangtianxiang
7d73b813c1 feat(iot): 服务参数添加外键类型和 ID 字段- 在 ServeMapper.xml 中添加了 input_param_foreign_type 和 input_param_foreign_id 字段
- 同样在 ServeMapper.xml 中添加了 output_param_foreign_type 和 output_param_foreign_id 字段
- 新增 sys_message 表用于消息管理,包括消息类型、发送方式、标题、内容等信息
2025-01-05 15:30:34 +08:00
zhuangtianxiang
68e00e21d5 refactor(notice): 重构公告模块
- 移除了 AttachmentServiceImpl、BulletinServiceImpl 中未使用的导入- 删除了未使用的 BulletinUser、BulletinUserRepository、MessageAttachmentRepository 类
- 更新了 EventMapper、ProductMapper、ServeMapper 中的查询语句,使用 foreign_type 和 foreign_id 字段
- 在数据库中添加了测试消息数据
2025-01-05 15:28:51 +08:00
vertoryao
5e508a5db2 fix(菜单模块): 处理合并代码的报错 2024-12-26 09:50:32 +08:00