mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-12-26 09:26:34 +08:00
refactor: dbm
This commit is contained in:
@@ -12,7 +12,7 @@ type redisRepoImpl struct {
|
||||
}
|
||||
|
||||
func newRedisRepo() repository.Redis {
|
||||
return &redisRepoImpl{base.RepoImpl[*entity.Redis]{M: new(entity.Redis)}}
|
||||
return &redisRepoImpl{}
|
||||
}
|
||||
|
||||
// 分页获取redis信息列表
|
||||
|
||||
Reference in New Issue
Block a user