删除网站分类

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

@@ -20,4 +20,9 @@ public interface UrlCateListService {
public int insertSelective(UrlCateList urlCateList);
public int updateByUrlCateList(UrlCateList urlCateList);
public List<String> selectChildrenByCateId(Integer id);
public int deleteByPrimaryKey(Integer id);
}