Crunchy
2024-04-23 c221163b3d14e5e22c9042fb000253b6e5f5fd49
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);
}