/**
  * 关联ApplicationBase
  */
 public function getApp()
 {
     return $this->hasMany(ApplicationBase::className(), ['app_id' => 'app_id']);
 }