mirror of
https://gitee.com/dromara/mayfly-go
synced 2026-01-01 04:06:37 +08:00
refactor: dbm
This commit is contained in:
@@ -12,7 +12,7 @@ type syslogRepoImpl struct {
|
||||
}
|
||||
|
||||
func newSyslogRepo() repository.Syslog {
|
||||
return &syslogRepoImpl{base.RepoImpl[*entity.SysLog]{M: new(entity.SysLog)}}
|
||||
return &syslogRepoImpl{}
|
||||
}
|
||||
|
||||
func (m *syslogRepoImpl) GetPageList(condition *entity.SysLogQuery, pageParam *model.PageParam, toEntity any, orderBy ...string) (*model.PageResult[any], error) {
|
||||
|
||||
Reference in New Issue
Block a user