109 lines
2.2 KiB
PHP
Executable File
109 lines
2.2 KiB
PHP
Executable File
<?php
|
|
/**
|
|
* Created by PhpStorm.
|
|
* User: ORICO
|
|
* Date: 2018-09-21
|
|
* Time: 17:36
|
|
*/
|
|
|
|
namespace app\vn\controller;
|
|
|
|
|
|
class Group extends BaseController
|
|
{
|
|
public function index(){
|
|
return $this->view->fetch();
|
|
}
|
|
public function odm(){
|
|
return $this->view->fetch();
|
|
}
|
|
public function special(){
|
|
return $this->view->fetch();
|
|
}
|
|
public function job(){
|
|
return $this->view->fetch();
|
|
}
|
|
public function policy(){
|
|
return $this->view->fetch();
|
|
}
|
|
public function culture(){
|
|
return $this->view->fetch();
|
|
}
|
|
public function fan(){
|
|
return $this->view->fetch();
|
|
}
|
|
public function charger(){
|
|
return $this->view->fetch();
|
|
}
|
|
public function Contact(){
|
|
|
|
return $this->view->fetch();
|
|
}
|
|
public function fq(){
|
|
|
|
return $this->view->fetch();
|
|
}
|
|
public function honor(){
|
|
|
|
return $this->view->fetch();
|
|
}
|
|
public function industry(){
|
|
|
|
return $this->view->fetch();
|
|
}
|
|
public function weare(){
|
|
|
|
return $this->view->fetch();
|
|
}
|
|
public function wewill(){
|
|
|
|
return $this->view->fetch();
|
|
}
|
|
public function vision(){
|
|
|
|
return $this->view->fetch();
|
|
}
|
|
public function rdcenter(){
|
|
|
|
return $this->view->fetch();
|
|
}
|
|
public function brand(){
|
|
|
|
return $this->view->fetch();
|
|
}
|
|
public function search(){
|
|
|
|
return $this->view->fetch();
|
|
}
|
|
public function transparent(){
|
|
|
|
return $this->view->fetch();
|
|
}
|
|
public function distributor(){
|
|
|
|
return $this->view->fetch();
|
|
}
|
|
public function headset(){
|
|
|
|
return $this->view->fetch();
|
|
}
|
|
public function h_speed(){
|
|
|
|
return $this->view->fetch();
|
|
}
|
|
public function ssd(){
|
|
|
|
return $this->view->fetch();
|
|
}
|
|
public function thunderbolt_3(){
|
|
|
|
return $this->view->fetch();
|
|
}
|
|
public function stripe(){
|
|
return $this->view->fetch();
|
|
}
|
|
public function series_95(){
|
|
return $this->view->fetch();
|
|
}
|
|
|
|
} |