重构版功能实现

This commit is contained in:
tiansh
2021-10-22 19:08:08 +08:00
parent 57a2c77bf1
commit 1941a3a7aa
87 changed files with 3644 additions and 2875 deletions
@@ -21,4 +21,6 @@ public interface AlbumService {
Integer deleteAlbum(String albumkey);
List<Album> selectAlbumURLList(Album album);
Integer selectAlbumCount(Integer userid);
}