首页展示用户公开网站

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

@@ -13,5 +13,5 @@ public interface UrlListService {
public int updateUrlStatusListById(UrlList urlList);
public List<UrlList> selectUrListByNeedLogin();
}