package com.ycwl.basic.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.ycwl.basic.model.pc.mp.MpNotifyConfigEntity; import org.apache.ibatis.annotations.Mapper; import java.util.List; @Mapper public interface MpNotifyConfigMapper extends BaseMapper { List listByMpId(Integer mpId); }