package base type PageResult struct { Total int64 `json:"total"` PageSize int `json:"limit"` Page int `json:"page"` Data interface{} `json:"data"` }