|
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 |
|
|
68e00e21d5
|
refactor(notice): 重构公告模块
- 移除了 AttachmentServiceImpl、BulletinServiceImpl 中未使用的导入- 删除了未使用的 BulletinUser、BulletinUserRepository、MessageAttachmentRepository 类
- 更新了 EventMapper、ProductMapper、ServeMapper 中的查询语句,使用 foreign_type 和 foreign_id 字段
- 在数据库中添加了测试消息数据
|
2025-01-05 15:28:51 +08:00 |
|
|
df72492f90
|
refactor(test): 重构测试包结构并优化设备查询功能
- 重构测试包结构,按模块重新组织测试类
- 优化设备查询功能,增加模糊查询接口
- 更新数据库脚本,添加部门数据初始化
- 调整部分类名以更好地反映其功能和所在包
|
2025-01-04 15:53:55 +08:00 |
|
|
a9c7236a4e
|
feat(iot): 重构物模型参数创建逻辑
- 移除 EventParam、ProductParam、ServeParam 等中间表
-将参数创建、更新和删除逻辑移至 ParamService
- 为 Param 实体添加 deptId 字段
- 优化 Bulletin 相关代码,增加单元测试
|
2024-12-26 14:30:02 +08:00 |
|
|
1c1c9586e6
|
refactor(iot): 重构 IoT 相关代码
- 优化了 ParamMapper 接口,删除了未使用的代码
- 改进了 ProductServiceImpl 中的代码格式和命名
- 调整了 PropertyQuery 和 PropertyServiceImpl 中的代码结构
- 删除了 GlobalResponseHandler 类,简化了响应处理逻辑
|
2024-12-12 15:19:11 +08:00 |
|
|
6f4a7a3345
|
refactor(iot): 重构设备和事件相关代码
- 修改设备和事件的 Mapper、Repository、Service 层代码
- 优化查询接口,改用 DeviceVo 和 EventVo 返回结果
- 移除不必要的关联查询,提高查询效率- 修正部分字段名称和数据类型,使其更加合理
|
2024-12-12 14:37:08 +08:00 |
|
|
8d6fa0b244
|
feat(消息模块与部门模块): 修改了消息模块的bug并从新建消息接口中独立出添加附件接口,部门模块新添加了部门树返回接口
|
2024-12-03 14:31:51 +08:00 |
|
|
e894b5aa00
|
feat(消息模块与部门模块): 修改了消息模块的bug并从新建消息接口中独立出添加附件接口,部门模块新添加了部门树返回接口
|
2024-12-02 16:26:23 +08:00 |
|
|
be99aedaba
|
feat(公告消息模块): 公告消息的增删改查
|
2024-11-28 16:05:34 +08:00 |
|
|
ebe3daf6a0
|
公告模块
|
2024-11-15 16:40:01 +08:00 |
|
vertoryao
|
2cebdf5895
|
first update
|
2024-11-01 17:19:12 +08:00 |
|