示例#1
0
文件: service.php 项目: vazahat/dudex
 public function findTagsByPhotoIdAndEntity($photoId, $entityType, $entityId)
 {
     return $this->tagDao->findByPhotoIdAndEntity($photoId, $entityType, $entityId);
 }