zhangqian
2023-11-09 02a84fb6fb2a39bfe7fc5cf6c0137bbf231b17fe
model/index.go
@@ -28,6 +28,9 @@
      ProcessModel{},
      ProductionProgress{},
      Device{},
      TaskStatusSync{},
      SystemStatus{},
      ProcessModelPlcAddress{},
   )
}
@@ -42,6 +45,7 @@
   models := []interface{}{
      NewNetConfigSearch(nil),
      NewPlcBrandSearch(),
      NewSystemStatusSearch(),
   }
   for _, model := range models {