feiyu02
2026-01-21 fe031e01cc1737c2f05a133fde7c36c7a2a7b4b4
src/main/kotlin/cn/flightfeather/supervision/domain/mapper/NoticeMapper.kt
@@ -10,5 +10,6 @@
    fun selectByUser(userTypeId: String, userId: String, startIndex: Int, perPage: Int): List<Notice>
    fun getUnReadNotification(userId: String, districtCode: String?, sceneTypeId: String?):List<NotificationVo>
    fun getUnReadNotification(userId: String, districtCode: String?, sceneTypeId: String?, userTypeId: Byte?)
            : List<NotificationVo>
}