/** * @see \common\service\interfaces\ICommonService::add() */ public function add($data) { return $this->modelDao->add($data); }