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