From 50d488d3df805ccb4ab7984a40ff74bda9b21a40 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期二, 28 十一月 2023 09:57:42 +0800
Subject: [PATCH] 报工保存生产进度
---
model/index.go | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/model/index.go b/model/index.go
index 1b12699..a5f8022 100644
--- a/model/index.go
+++ b/model/index.go
@@ -29,6 +29,10 @@
ProductionProgress{},
Device{},
TaskStatusSync{},
+ SystemStatus{},
+ ProcessModelPlcAddress{},
+ ReportsToCloud{},
+ ReportWork{},
)
}
@@ -43,6 +47,7 @@
models := []interface{}{
NewNetConfigSearch(nil),
NewPlcBrandSearch(),
+ NewSystemStatusSearch(),
}
for _, model := range models {
--
Gitblit v1.8.0