示例#1
0
文件: service.php 项目: vazahat/dudex
 /**
  * @param string $type
  * @return int
  */
 public function findItemsCount($type)
 {
     return $this->sitemapItemDao->findItemsCountByType($type);
 }