public function __init()
 {
     parent::__init();
     $this->model = K('Type');
 }
 public function __init()
 {
     parent::__init();
     $this->model = K('Category');
 }
 public function __init()
 {
     parent::__init();
     $this->model = K('Order');
 }
 public function __init()
 {
     parent::__init();
     $this->model = K('Brand');
 }
 public function __init()
 {
     parent::__init();
     $this->model = K('Goods');
 }