/**
* 获取{BUSINESS_NAME}分页列表
* @returns
*/
getList (params = {}) {
return request({
url: '{REQUEST_ROUTE}/index',
method: 'get',
params
})
},