liujiandao
2023-10-21 26a2ae9619dfff4c43487ca39307c06be635c23f
models/db.go
@@ -98,6 +98,7 @@
func InsertDefaultData() {
   models := []interface{}{
      NewDepartmentSearch(),
      NewLocationSearch(),
   }
   for _, model := range models {
      if id, ok := model.(InitDefaultData); ok {