/**
  * Execute the command
  */
 public function exec()
 {
     $schema = true;
     //
     $bundleName = $this->argument('bundleName');
     $data = $this->splite(Model::ListAll($bundleName));
     //
     $this->show($data);
 }