zhangqian
2024-07-31 155f70979af20ca520a55b89c6ec8cd46c43f8a5
models/db.go
@@ -118,6 +118,14 @@
      LogisticCompany{},
      FileTemplateAttachment{},
      MoveHistory{},
      Lock{},
      MonthStats{},
      Attribute{},
      AttributeValue{},
      SystemConfig{},
      WarehouseMonthStats{},
      WarehouseStatsItems{},
      MiniDict{},
   )
   return err
}
@@ -128,7 +136,6 @@
func InsertDefaultData() {
   models := []interface{}{
      NewDepartmentSearch(),
      NewLocationSearch(),
   }
   for _, model := range models {