删除网站分类
This commit is contained in:
@@ -15,4 +15,7 @@ public interface UrlListService {
|
||||
|
||||
public List<UrlList> selectUrListByNeedLogin();
|
||||
public int insertUrlByUser(UrlList urlList);
|
||||
public int deleteByPrimaryKey(Long id);
|
||||
|
||||
public int deleteByCateId(Long id);
|
||||
}
|
||||
|
Reference in New Issue
Block a user