Uses of Class
io.dataease.plugins.common.base.domain.SysMsgExample
-
Packages that use SysMsgExample Package Description io.dataease.plugins.common.base.mapper -
-
Uses of SysMsgExample in io.dataease.plugins.common.base.mapper
Methods in io.dataease.plugins.common.base.mapper with parameters of type SysMsgExample Modifier and Type Method Description longSysMsgMapper. countByExample(SysMsgExample example)intSysMsgMapper. deleteByExample(SysMsgExample example)List<SysMsg>SysMsgMapper. selectByExample(SysMsgExample example)intSysMsgMapper. updateByExample(SysMsg record, SysMsgExample example)intSysMsgMapper. updateByExampleSelective(SysMsg record, SysMsgExample example)
-