Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReqPageWrapper ¶
type ReqPageWrapper struct { PageSize int `json:"pageSize"` // 每页条数 PageNo int `json:"pageNo"` // 当前页码 }
ReqPageWrapper 请求分页
type RespOptModel ¶
type RespOptModel struct {
Num int `json:"num"` // 影响数据条数
}
RespOptModel 通用操作返回值
type RespPageModel ¶
RespPageModel 分页返回值
Click to show internal directories.
Click to hide internal directories.