推荐网址
This commit is contained in:
@@ -18,4 +18,10 @@ public interface UrlListService {
|
||||
public int deleteByPrimaryKey(Long id);
|
||||
|
||||
public int deleteByCateId(Long id);
|
||||
|
||||
|
||||
public List<UrlList> TopEight();
|
||||
|
||||
|
||||
public List<UrlList> latestEight();
|
||||
}
|
||||
|
@@ -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