Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseEntity ¶
type BaseEntity struct {
// contains filtered or unexported fields
}
BaseEntity 实体基类
func (*BaseEntity) EntityStatus ¶
func (e *BaseEntity) EntityStatus(status Status)
EntityStatus 设置实体状态
type PageParam ¶
func (*PageParam) InitPageParam ¶
func (p *PageParam) InitPageParam()
type PaginationDto ¶
type PaginationDto struct {
Current int `json:"current"`
PageSize int `json:"pageSize"`
Total int `json:"total"`
}
PaginationDto 分页数据传输对象
Click to show internal directories.
Click to hide internal directories.