增加任务增删改查时对设备任务关联表的维护

This commit is contained in:
2025-11-03 16:29:57 +08:00
parent 66554a1376
commit 8669dcd9b0
10 changed files with 312 additions and 85 deletions

View File

@@ -22,6 +22,7 @@ func GetAllModels() []interface{} {
&DeviceTemplate{},
&SensorData{},
&DeviceCommandLog{},
&DeviceTask{},
// Plan & Task Models
&Plan{},