From 252ad9f55e8828bcacb8ddef28c8e9ff0a62f8d6 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期一, 27 十一月 2023 15:41:39 +0800
Subject: [PATCH] 计算工时,生产条形码

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

diff --git a/model/index.go b/model/index.go
index 50125c5..a5f8022 100644
--- a/model/index.go
+++ b/model/index.go
@@ -28,6 +28,11 @@
 		ProcessModel{},
 		ProductionProgress{},
 		Device{},
+		TaskStatusSync{},
+		SystemStatus{},
+		ProcessModelPlcAddress{},
+		ReportsToCloud{},
+		ReportWork{},
 	)
 }
 
@@ -42,6 +47,7 @@
 	models := []interface{}{
 		NewNetConfigSearch(nil),
 		NewPlcBrandSearch(),
+		NewSystemStatusSearch(),
 	}
 
 	for _, model := range models {

--
Gitblit v1.8.0