zss
2024-10-18 1f15333b0a97a327865f7aab8f1e3f9ba8fc16f8
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);
}