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