export interface PageResponse { list: T[] totalCount: number currentPage: number recordPerPage: number }