返回分类标签

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

@@ -17,4 +17,6 @@ public interface UrlCateListService {
public String selectUrListCateByUrlCateId(Integer cateId);
public UrlCateList selectByPrimaryKey(Integer id);
public int insertSelective(UrlCateList urlCateList);
}