export options

This commit is contained in:
Menci
2025-06-25 01:03:19 +08:00
committed by Azalea
parent 155202dab9
commit 5c1f659437
4 changed files with 31 additions and 6 deletions

View File

@@ -104,6 +104,7 @@ interface Mai2UserPlaylogRepo : GenericPlaylogRepo<Mai2UserPlaylog>, Mai2UserLin
musicId: Int,
userPlayDate: String
): MutableList<Mai2UserPlaylog>
fun findByUserAndUserPlayDateAfter(user: Mai2UserDetail, userPlayDate: String): List<Mai2UserPlaylog>
}
interface Mai2UserPrintDetailRepo : JpaRepository<Mai2UserPrintDetail, Long>