mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-12-26 01:16:36 +08:00
refactor: dbm
This commit is contained in:
@@ -11,5 +11,5 @@ type dbSqlRepoImpl struct {
|
||||
}
|
||||
|
||||
func newDbSqlRepo() repository.DbSql {
|
||||
return &dbSqlRepoImpl{base.RepoImpl[*entity.DbSql]{M: new(entity.DbSql)}}
|
||||
return &dbSqlRepoImpl{}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user