mirror of
https://gitee.com/dromara/mayfly-go
synced 2026-01-06 22:55:46 +08:00
fix: 删除机器、数据库时关联的标签未删除
This commit is contained in:
@@ -1,9 +1,13 @@
|
||||
package global
|
||||
|
||||
import (
|
||||
"mayfly-go/pkg/eventbus"
|
||||
|
||||
"gorm.io/gorm"
|
||||
)
|
||||
|
||||
var (
|
||||
Db *gorm.DB // gorm
|
||||
|
||||
EventBus eventbus.Bus = eventbus.New()
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user