Esempio n. 1
0
 /**
  * 根据ID删除.
  *
  * @param int $id
  *
  * @return int
  */
 public function deleteById($id)
 {
     return $this->fanRepository->delete($id);
 }