首页展示用户公开网站

This commit is contained in:
cyk
2023-12-23 16:08:18 +08:00
parent 165170af97
commit b8b2e03585
9 changed files with 136 additions and 1 deletions

View File

@@ -14,4 +14,7 @@ public interface UrlCateListService {
public String countCateContainUrlNumber(String userId);
public JSONArray getUrl(String userId);
public String selectUrListCateByUrlCateId(Integer cateId);
public UrlCateList selectByPrimaryKey(Integer id);
}