yangys
2024-05-30 a3686cfa49bf53fb91a2ceb960cf15b3ebdac641
smart-man-boot/src/main/java/com/qianwen/smartman/modules/notify/mapper/NoticeMapper.java
@@ -7,7 +7,7 @@
import com.qianwen.smartman.modules.notify.vo.NoticeSelectVO;
import com.qianwen.smartman.modules.notify.vo.NoticeVO;
/* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/notify/mapper/NoticeMapper.class */
public interface NoticeMapper extends BaseMapper<Notice> {
    IPage<NoticeVO> selectNoticePage(IPage<NoticeVO> page, @Param("notice") NoticeSelectVO notice);
}