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