import Api from '~/service/Api'

export function getCodetable(data) {
	return Api.post('/business/getCodetable', data)
}
export function getSelectList(data) {
	return Api.post('/manager/dic/listDicInfo', data)
}
export function getAllSelectList(data) {
	return Api.post('/manager/dic/listAllDicInfo', data)
}