Uses of Class
io.dataease.plugins.common.base.domain.PanelOuterParamsInfoExample
-
Packages that use PanelOuterParamsInfoExample Package Description io.dataease.plugins.common.base.mapper -
-
Uses of PanelOuterParamsInfoExample in io.dataease.plugins.common.base.mapper
Methods in io.dataease.plugins.common.base.mapper with parameters of type PanelOuterParamsInfoExample Modifier and Type Method Description longPanelOuterParamsInfoMapper. countByExample(PanelOuterParamsInfoExample example)intPanelOuterParamsInfoMapper. deleteByExample(PanelOuterParamsInfoExample example)List<PanelOuterParamsInfo>PanelOuterParamsInfoMapper. selectByExample(PanelOuterParamsInfoExample example)intPanelOuterParamsInfoMapper. updateByExample(PanelOuterParamsInfo record, PanelOuterParamsInfoExample example)intPanelOuterParamsInfoMapper. updateByExampleSelective(PanelOuterParamsInfo record, PanelOuterParamsInfoExample example)
-