Uses of Class
io.dataease.plugins.common.base.domain.SysMsgChannel
-
Packages that use SysMsgChannel Package Description io.dataease.plugins.common.base.mapper -
-
Uses of SysMsgChannel in io.dataease.plugins.common.base.mapper
Methods in io.dataease.plugins.common.base.mapper that return SysMsgChannel Modifier and Type Method Description SysMsgChannelSysMsgChannelMapper. selectByPrimaryKey(Long msgChannelId)Methods in io.dataease.plugins.common.base.mapper that return types with arguments of type SysMsgChannel Modifier and Type Method Description List<SysMsgChannel>SysMsgChannelMapper. selectByExample(SysMsgChannelExample example)Methods in io.dataease.plugins.common.base.mapper with parameters of type SysMsgChannel Modifier and Type Method Description intSysMsgChannelMapper. insert(SysMsgChannel record)intSysMsgChannelMapper. insertSelective(SysMsgChannel record)intSysMsgChannelMapper. updateByExample(SysMsgChannel record, SysMsgChannelExample example)intSysMsgChannelMapper. updateByExampleSelective(SysMsgChannel record, SysMsgChannelExample example)intSysMsgChannelMapper. updateByPrimaryKey(SysMsgChannel record)intSysMsgChannelMapper. updateByPrimaryKeySelective(SysMsgChannel record)
-