package com.ruoyi.system.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.ruoyi.system.model.TNotice; /** *

* 首页待办事项 Mapper 接口 *

* * @author xiaochen * @since 2025-04-08 */ public interface TNoticeMapper extends BaseMapper { }