Uses of Class
io.dataease.plugins.common.base.domain.SysMsgSettingExample
-
Packages that use SysMsgSettingExample Package Description io.dataease.plugins.common.base.mapper -
-
Uses of SysMsgSettingExample in io.dataease.plugins.common.base.mapper
Methods in io.dataease.plugins.common.base.mapper with parameters of type SysMsgSettingExample Modifier and Type Method Description longSysMsgSettingMapper. countByExample(SysMsgSettingExample example)intSysMsgSettingMapper. deleteByExample(SysMsgSettingExample example)List<SysMsgSetting>SysMsgSettingMapper. selectByExample(SysMsgSettingExample example)intSysMsgSettingMapper. updateByExample(SysMsgSetting record, SysMsgSettingExample example)intSysMsgSettingMapper. updateByExampleSelective(SysMsgSetting record, SysMsgSettingExample example)
-