mirror of
https://gitee.com/dromara/mayfly-go
synced 2026-04-05 04:05:18 +08:00
refactor: dbm
This commit is contained in:
@@ -11,5 +11,5 @@ type fileRepoImpl struct {
|
||||
}
|
||||
|
||||
func newFileRepo() repository.File {
|
||||
return &fileRepoImpl{base.RepoImpl[*entity.File]{M: new(entity.File)}}
|
||||
return &fileRepoImpl{}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user