feiyu02
2026-01-19 b992b368da14ccd6b5f8c45496eaff7f3003ca8a
src/main/kotlin/cn/flightfeather/supervision/lightshare/service/LawService.kt
@@ -12,7 +12,9 @@
    fun getLawText(lawId: String): String
    fun getLawsRegulations(condition: LawsRegulationsCondition, page: Int, per_page: Int, response: HttpServletResponse): List<LawsRegulations>
    fun getLawsRegulations(userId: String, condition: LawsRegulationsCondition, page: Int, per_page: Int, response: HttpServletResponse): List<LawsRegulations>
    fun getLawsRegulationsWithEachType(condition: LawsRegulationsCondition): List<LawsRegulations>
    fun getSeries(userId: String, seriesId: String): List<LawsRegulations>
}