objMEnterpriseCategory = new MEnterpriseCategory(); } /** * 获取所有企业类型 */ public function getAllEnterpriseCategory() { $result = $this->objMEnterpriseCategory->getAllEnterpriseCategory(); if ($result->isSuccess()) { parent::sendOutput($result->getData()); } else { parent::sendOutput($result->getData(), $result->getErrorCode()); } } }