zhangqian
2024-07-04 c950586b718ae6fc198bedf424609a4ac94cb5d1
models/db.go
@@ -120,6 +120,11 @@
      MoveHistory{},
      Lock{},
      MonthStats{},
      Attribute{},
      AttributeValue{},
      SystemConfig{},
      WarehouseMonthStats{},
      WarehouseStatsItems{},
   )
   return err
}
@@ -130,7 +135,6 @@
func InsertDefaultData() {
   models := []interface{}{
      NewDepartmentSearch(),
      NewLocationSearch(),
   }
   for _, model := range models {