update了UrlCheck工具类

This commit is contained in:
sjm
2023-12-23 15:34:05 +08:00
parent 32ec34633c
commit 1b4bf28371
11 changed files with 100 additions and 25 deletions

View File

@@ -21,5 +21,5 @@ public interface BannersDao {
int updateByPrimaryKey(Banners record);
List<Banners> selectByAllBanners();
List<Banners> selectAllBanners();
}