返回分类标签

This commit is contained in:
cyk
2023-12-24 16:08:48 +08:00
parent 7351b4c19f
commit 6268a5c374
3 changed files with 32 additions and 0 deletions

View File

@@ -62,6 +62,11 @@ public class UrlCateListServiceImpl implements UrlCateListService {
return urlCateListDao.selectUrListCateByUrlCateId(cateId);
}
public int insertSelective(UrlCateList urlCateList)
{
return urlCateListDao.insertSelective(urlCateList);
}
public UrlCateList selectByPrimaryKey(Integer id)
{
return urlCateListDao.selectByPrimaryKey(id);