export const getInitPagination = { size: 'small', total: 0, pageSize: 10, current: 1, showPageSize: true, showJumper: true, hideOnSinglePage: false, pageSizeOptions: [5, 10, 20, 30, 40], showTotal: true, }