mirror of
https://gitee.com/dromara/mayfly-go
synced 2026-02-09 06:15:36 +08:00
refactor: 代码重构、分页数据组件支持多选
This commit is contained in:
@@ -7,7 +7,7 @@ import (
|
||||
|
||||
type Mongo interface {
|
||||
// 分页获取列表
|
||||
GetList(condition *entity.MongoQuery, pageParam *model.PageParam, toEntity any, orderBy ...string) *model.PageResult
|
||||
GetList(condition *entity.MongoQuery, pageParam *model.PageParam, toEntity any, orderBy ...string) *model.PageResult[any]
|
||||
|
||||
Count(condition *entity.MongoQuery) int64
|
||||
|
||||
|
||||
Reference in New Issue
Block a user