package com.pz.system.mapper; import com.pz.system.domain.MsgInfo; import com.pz.system.domain.vo.MsgInfoVo; import com.pz.common.core.mapper.BaseMapperPlus; /** * 消息Mapper接口 * * @author ruoyi * @date 2023-09-09 */ public interface MsgInfoMapper extends BaseMapperPlus<MsgInfoMapper, MsgInfo, MsgInfoVo> { }