export const CompanyServices = {
getCompanyList: '/Company/getCompanyList',
getCompanyAjaxList: '/Company/getCompanyAjaxList',
edit: '/Company/edit',
add: '/Company/add',
} as const;