feiyu02
2024-08-15 196bb14112448857a885e32dc4149e308e00b01a
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
}