Uses of Class
io.dataease.plugins.common.base.domain.SysMsgChannelExample
-
Packages that use SysMsgChannelExample Package Description io.dataease.plugins.common.base.mapper -
-
Uses of SysMsgChannelExample in io.dataease.plugins.common.base.mapper
Methods in io.dataease.plugins.common.base.mapper with parameters of type SysMsgChannelExample Modifier and Type Method Description longSysMsgChannelMapper. countByExample(SysMsgChannelExample example)intSysMsgChannelMapper. deleteByExample(SysMsgChannelExample example)List<SysMsgChannel>SysMsgChannelMapper. selectByExample(SysMsgChannelExample example)intSysMsgChannelMapper. updateByExample(SysMsgChannel record, SysMsgChannelExample example)intSysMsgChannelMapper. updateByExampleSelective(SysMsgChannel record, SysMsgChannelExample example)
-