From a303829fe0c19d5683d8dddb5a9a8d0001d40ef5 Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期五, 20 十月 2023 22:48:07 +0800 Subject: [PATCH] 保存全部plc地址 --- main.go | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/main.go b/main.go index ceb0a08..7acd081 100644 --- a/main.go +++ b/main.go @@ -39,6 +39,8 @@ "production_progress", "work_order", "task_status_sync", + "device", + "device_plc", } agent := serf.InitAgent("apsClient", syncTables, sqlitex.GetDB()) -- Gitblit v1.8.0