推荐网址
This commit is contained in:
@@ -87,4 +87,8 @@ public class UrlLiserServiceImpl implements UrlListService {
|
||||
{
|
||||
return urlListDao.deleteByCateId(id);
|
||||
}
|
||||
|
||||
public List<UrlList> TopEight(){return urlListDao.TopEight(); }
|
||||
|
||||
public List<UrlList> latestEight(){return urlListDao.latestEight(); }
|
||||
}
|
||||
|
Reference in New Issue
Block a user