import Api from '~/service/Api' export function getCodetable(data) { return Api.post('/business/getCodetable', data) }