function text_del()
 {
     $model = $this->getModel('material_text');
     parent::common_del($model);
 }
 public function del()
 {
     parent::common_del($this->model);
 }
 function del()
 {
     $model = $this->getModel('Message');
     parent::common_del($model);
 }
 public function del()
 {
     $model = $this->getModel('qr_code');
     parent::common_del($model);
 }
 function del()
 {
     $model = $this->getModel('credit_data');
     parent::common_del($model);
 }
 public function del()
 {
     $model = $this->getModel('keyword');
     parent::common_del($model);
 }