package user type AdminAmountListRequest struct { PageSize int `json:"pageSize"` PageIndex int `json:"pageIndex"` }