zss
2024-11-19 e8d0a2f9375da4d04da4a06a0f9fa8ef448512c4
framework/src/main/java/com/yuanchu/mom/mapper/InformationNotificationMapper.java
@@ -18,5 +18,5 @@
 */
public interface InformationNotificationMapper extends BaseMapper<InformationNotification> {
    IPage<InformationNotificationDto> getPage(Page page, String messageType);
    IPage<InformationNotificationDto> getPage(Page page, String messageType, Integer userId);
}