Uses of Class
io.dataease.plugins.common.base.domain.SystemParameter
-
Packages that use SystemParameter Package Description io.dataease.plugins.common.base.mapper -
-
Uses of SystemParameter in io.dataease.plugins.common.base.mapper
Methods in io.dataease.plugins.common.base.mapper that return SystemParameter Modifier and Type Method Description SystemParameterSystemParameterMapper. selectByPrimaryKey(String paramKey)Methods in io.dataease.plugins.common.base.mapper that return types with arguments of type SystemParameter Modifier and Type Method Description List<SystemParameter>SystemParameterMapper. selectByExample(SystemParameterExample example)Methods in io.dataease.plugins.common.base.mapper with parameters of type SystemParameter Modifier and Type Method Description intSystemParameterMapper. insert(SystemParameter record)intSystemParameterMapper. insertSelective(SystemParameter record)intSystemParameterMapper. updateByExample(SystemParameter record, SystemParameterExample example)intSystemParameterMapper. updateByExampleSelective(SystemParameter record, SystemParameterExample example)intSystemParameterMapper. updateByPrimaryKey(SystemParameter record)intSystemParameterMapper. updateByPrimaryKeySelective(SystemParameter record)
-