/**
  * _initialize
  * 初始化函数
  * @return void
  */
 public function _initialize()
 {
     parent::_initialize();
 }