feiyu02
2026-01-21 fe031e01cc1737c2f05a133fde7c36c7a2a7b4b4
src/main/kotlin/cn/flightfeather/supervision/lightshare/service/ProblemService.kt
@@ -5,4 +5,8 @@
interface ProblemService {
    fun getProblemsByPeriod(userId: String, year: Int, month: Int): List<Problem>
    fun saveProblem(info: Problem): Int
    fun updateProblem(info: Problem): Int
}