Uses of Class
io.dataease.plugins.common.base.domain.SysMsgTypeExample
-
Packages that use SysMsgTypeExample Package Description io.dataease.plugins.common.base.mapper -
-
Uses of SysMsgTypeExample in io.dataease.plugins.common.base.mapper
Methods in io.dataease.plugins.common.base.mapper with parameters of type SysMsgTypeExample Modifier and Type Method Description longSysMsgTypeMapper. countByExample(SysMsgTypeExample example)intSysMsgTypeMapper. deleteByExample(SysMsgTypeExample example)List<SysMsgType>SysMsgTypeMapper. selectByExample(SysMsgTypeExample example)intSysMsgTypeMapper. updateByExample(SysMsgType record, SysMsgTypeExample example)intSysMsgTypeMapper. updateByExampleSelective(SysMsgType record, SysMsgTypeExample example)
-