package beans type ResponseEmpty struct { } type Page struct { PageNum int `p:"pageNum"` //当前页码 PageSize int `p:"pageSize"` //每页数 Total int //总页数 }