Uses of Class
io.dataease.plugins.common.base.domain.SysParamAssist
-
Packages that use SysParamAssist Package Description io.dataease.plugins.common.base.mapper -
-
Uses of SysParamAssist in io.dataease.plugins.common.base.mapper
Methods in io.dataease.plugins.common.base.mapper that return SysParamAssist Modifier and Type Method Description SysParamAssistSysParamAssistMapper. selectByPrimaryKey(Long id)Methods in io.dataease.plugins.common.base.mapper that return types with arguments of type SysParamAssist Modifier and Type Method Description List<SysParamAssist>SysParamAssistMapper. selectByExample(SysParamAssistExample example)List<SysParamAssist>SysParamAssistMapper. selectByExampleWithBLOBs(SysParamAssistExample example)Methods in io.dataease.plugins.common.base.mapper with parameters of type SysParamAssist Modifier and Type Method Description intSysParamAssistMapper. insert(SysParamAssist record)intSysParamAssistMapper. insertSelective(SysParamAssist record)intSysParamAssistMapper. updateByExample(SysParamAssist record, SysParamAssistExample example)intSysParamAssistMapper. updateByExampleSelective(SysParamAssist record, SysParamAssistExample example)intSysParamAssistMapper. updateByExampleWithBLOBs(SysParamAssist record, SysParamAssistExample example)intSysParamAssistMapper. updateByPrimaryKeySelective(SysParamAssist record)intSysParamAssistMapper. updateByPrimaryKeyWithBLOBs(SysParamAssist record)
-