mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-12-31 19:56:36 +08:00
refactor: dbm
This commit is contained in:
@@ -11,9 +11,7 @@ type resourceRepoImpl struct {
|
||||
}
|
||||
|
||||
func newResourceRepo() repository.Resource {
|
||||
return &resourceRepoImpl{
|
||||
base.RepoImpl[*entity.Resource]{M: new(entity.Resource)},
|
||||
}
|
||||
return &resourceRepoImpl{}
|
||||
}
|
||||
|
||||
func (r *resourceRepoImpl) GetChildren(uiPath string) []entity.Resource {
|
||||
|
||||
Reference in New Issue
Block a user