zhangqian
2023-11-27 dcf393c077af5638ea12c05dd6e1754fa535be20
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 {