src/main/kotlin/cn/flightfeather/supervision/lightshare/service/LawService.kt
@@ -15,4 +15,6 @@ fun getLawsRegulations(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> }