mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-12-31 19:56:36 +08:00
refactor: dbm
This commit is contained in:
@@ -12,7 +12,7 @@ type instanceRepoImpl struct {
|
||||
}
|
||||
|
||||
func NewInstanceRepo() repository.Instance {
|
||||
return &instanceRepoImpl{base.RepoImpl[*entity.DbInstance]{M: new(entity.DbInstance)}}
|
||||
return &instanceRepoImpl{}
|
||||
}
|
||||
|
||||
// 分页获取数据库信息列表
|
||||
|
||||
Reference in New Issue
Block a user