Uses of Class
io.dataease.plugins.common.base.domain.PanelOuterParamsInfo
-
Packages that use PanelOuterParamsInfo Package Description io.dataease.plugins.common.base.mapper -
-
Uses of PanelOuterParamsInfo in io.dataease.plugins.common.base.mapper
Methods in io.dataease.plugins.common.base.mapper that return PanelOuterParamsInfo Modifier and Type Method Description PanelOuterParamsInfoPanelOuterParamsInfoMapper. selectByPrimaryKey(String paramsInfoId)Methods in io.dataease.plugins.common.base.mapper that return types with arguments of type PanelOuterParamsInfo Modifier and Type Method Description List<PanelOuterParamsInfo>PanelOuterParamsInfoMapper. selectByExample(PanelOuterParamsInfoExample example)Methods in io.dataease.plugins.common.base.mapper with parameters of type PanelOuterParamsInfo Modifier and Type Method Description intPanelOuterParamsInfoMapper. insert(PanelOuterParamsInfo record)intPanelOuterParamsInfoMapper. insertSelective(PanelOuterParamsInfo record)intPanelOuterParamsInfoMapper. updateByExample(PanelOuterParamsInfo record, PanelOuterParamsInfoExample example)intPanelOuterParamsInfoMapper. updateByExampleSelective(PanelOuterParamsInfo record, PanelOuterParamsInfoExample example)intPanelOuterParamsInfoMapper. updateByPrimaryKey(PanelOuterParamsInfo record)intPanelOuterParamsInfoMapper. updateByPrimaryKeySelective(PanelOuterParamsInfo record)
-