package dal type Pager struct { PageSize int `json:"pz"` PageIndex int `json:"pi"` Total int `json:"total"` }