public function getDescription()
 {
     $str = parent::getDescription();
     $this->_description = trim(str_replace("门店店长:", "", $str));
     return $this->_description;
 }