package models type Page struct { Limit int `json:"limit"` Size int `json:"size"` Total int64 `json:"total"` Sum interface{} DataList interface{} `json:"dataList"` }