删除网站分类

This commit is contained in:
cyk
2023-12-24 18:19:32 +08:00
parent 74df52c3aa
commit 6fdbb36e6b
9 changed files with 77 additions and 11 deletions

View File

@@ -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);
}