删除网站分类
This commit is contained in:
@@ -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);
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user