function del()
 {
     $model = $this->getModel('sn_code');
     parent::del($model);
 }
 function del()
 {
     $model = $this->getModel($this->table);
     parent::del($model);
 }
 function del()
 {
     $model = $this->getModel($this->table);
     // 		D('Addons://Coupon/Coupon')->getCouponShop(true);
     parent::del($model);
 }