Example #1
0
 /**
  * 删除数据
  * @return bool
  */
 public function delete()
 {
     return $this->DAO->delete($this);
 }