mirror of
https://gitee.com/dromara/mayfly-go
synced 2026-05-01 16:45:20 +08:00
refactor: dbm
This commit is contained in:
@@ -12,7 +12,7 @@ type dbSqlExecRepoImpl struct {
|
||||
}
|
||||
|
||||
func newDbSqlExecRepo() repository.DbSqlExec {
|
||||
return &dbSqlExecRepoImpl{base.RepoImpl[*entity.DbSqlExec]{M: new(entity.DbSqlExec)}}
|
||||
return &dbSqlExecRepoImpl{}
|
||||
}
|
||||
|
||||
// 分页获取
|
||||
|
||||
Reference in New Issue
Block a user