mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-12-31 11:56:33 +08:00
refactor: dbm
This commit is contained in:
@@ -12,7 +12,7 @@ type procdefImpl struct {
|
||||
}
|
||||
|
||||
func newProcdefRepo() repository.Procdef {
|
||||
return &procdefImpl{base.RepoImpl[*entity.Procdef]{M: new(entity.Procdef)}}
|
||||
return &procdefImpl{}
|
||||
}
|
||||
|
||||
func (p *procdefImpl) GetPageList(condition *entity.Procdef, pageParam *model.PageParam, toEntity any, orderBy ...string) (*model.PageResult[any], error) {
|
||||
|
||||
Reference in New Issue
Block a user