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