feiyu02
2025-09-30 6904763f0e74d9a9fa4dbc39f635d2aee39416c6
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
}