增加任务设备关联表

This commit is contained in:
2025-11-03 14:24:38 +08:00
parent b62a3d0e5d
commit 66554a1376
4 changed files with 129 additions and 1 deletions

View File

@@ -16,4 +16,8 @@ http://git.huangwc.com/pig/pig-farm-controller/issues/50
1. [重构计划领域](./plan_service_refactor.md)
2. [让任务可以提供自身使用设备](./add_get_device_id_configs_to_task.md)
3. [现有计划管理逻辑迁移](./plan_service_refactor_to_domain.md)
3. [现有计划管理逻辑迁移](./plan_service_refactor_to_domain.md)
4. [增加设备任务关联表](./device_task_many_to_many_design.md)
5. [增加设备增删改查时对设备任务关联表的维护]()
6. [删除设备模板时检查]()
7. [删除区域主控时检查]()