zhujie
2025-03-26 57d1ff885c981283758d355856012b16b4c7bc5e
app/src/main/java/com/example/firstapp/database/repository/CodeRepository.kt
@@ -70,4 +70,9 @@
    fun getYearMonthlyStats(date: Long) = codeDao.getYearMonthlyStats(date)
    fun getCurrentWeekStats(date: Long) = codeDao.getCurrentWeekStats(date)
    fun getCurrentYearStats(date: Long) = codeDao.getCurrentYearStats(date)
}