package util type Page interface { Init() GetPageIndex() int GetPageSize() int GetTotal() int SetPageIndex(int) SetpageSize(int) SetTotal(int) }