public function __construct()
 {
     parent::__construct();
     $this->user = D('Member');
     $this->message = D('Message');
 }
 public function __construct()
 {
     parent::__construct();
     $this->order = D('Order');
     $this->gangkou = D('Gangkou');
 }
 public function __construct()
 {
     parent::__construct();
     $this->item = D('Item');
     $this->itemCate = D('Itemcate');
 }