Uses of Class
io.dataease.plugins.common.base.domain.SysParamAssistExample
-
Packages that use SysParamAssistExample Package Description io.dataease.plugins.common.base.mapper -
-
Uses of SysParamAssistExample in io.dataease.plugins.common.base.mapper
Methods in io.dataease.plugins.common.base.mapper with parameters of type SysParamAssistExample Modifier and Type Method Description longSysParamAssistMapper. countByExample(SysParamAssistExample example)intSysParamAssistMapper. deleteByExample(SysParamAssistExample example)List<SysParamAssist>SysParamAssistMapper. selectByExample(SysParamAssistExample example)List<SysParamAssist>SysParamAssistMapper. selectByExampleWithBLOBs(SysParamAssistExample example)intSysParamAssistMapper. updateByExample(SysParamAssist record, SysParamAssistExample example)intSysParamAssistMapper. updateByExampleSelective(SysParamAssist record, SysParamAssistExample example)intSysParamAssistMapper. updateByExampleWithBLOBs(SysParamAssist record, SysParamAssistExample example)
-