From 8324f872ef3a4d0c978a9b1d062800c6a1701c12 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期五, 01 十二月 2023 09:58:17 +0800
Subject: [PATCH] fix

---
 model/index.go |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/model/index.go b/model/index.go
index 50125c5..504d8c2 100644
--- a/model/index.go
+++ b/model/index.go
@@ -26,8 +26,12 @@
 		PlcBrand{},
 		DevicePlc{},
 		ProcessModel{},
-		ProductionProgress{},
 		Device{},
+		TaskStatusSync{},
+		SystemStatus{},
+		ProcessModelPlcAddress{},
+		ReportsToCloud{},
+		ReportWork{},
 	)
 }
 
@@ -42,6 +46,7 @@
 	models := []interface{}{
 		NewNetConfigSearch(nil),
 		NewPlcBrandSearch(),
+		NewSystemStatusSearch(),
 	}
 
 	for _, model := range models {

--
Gitblit v1.8.0