From 6267ca2039e6538e4f687071e71e2ad2dda11d09 Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期一, 13 十一月 2023 17:04:57 +0800 Subject: [PATCH] 系统启动时,保存systemDeviceId记录并上报 --- model/index.go | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/model/index.go b/model/index.go index f109db2..e372ba6 100644 --- a/model/index.go +++ b/model/index.go @@ -31,6 +31,7 @@ TaskStatusSync{}, SystemStatus{}, ProcessModelPlcAddress{}, + ReportsToCloud{}, ) } -- Gitblit v1.8.0