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