Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Params ¶
type Params struct {
Page int `json:"page" form:"page"`
Limit int `json:"limit" form:"limit"`
Sort string `json:"sort" form:"sort"`
Order string `json:"order" form:"order"`
}
Params 分页参数
type Query ¶
type Query interface {
GetPageIndex() int
GetPageSize() int
Build() builder.Cond
GetOrder() string
}
Info 分页查询条件
Click to show internal directories.
Click to hide internal directories.