Uses of Class
io.dataease.plugins.common.base.domain.PanelOuterParamsExample
-
Packages that use PanelOuterParamsExample Package Description io.dataease.plugins.common.base.mapper -
-
Uses of PanelOuterParamsExample in io.dataease.plugins.common.base.mapper
Methods in io.dataease.plugins.common.base.mapper with parameters of type PanelOuterParamsExample Modifier and Type Method Description longPanelOuterParamsMapper. countByExample(PanelOuterParamsExample example)intPanelOuterParamsMapper. deleteByExample(PanelOuterParamsExample example)List<PanelOuterParams>PanelOuterParamsMapper. selectByExample(PanelOuterParamsExample example)intPanelOuterParamsMapper. updateByExample(PanelOuterParams record, PanelOuterParamsExample example)intPanelOuterParamsMapper. updateByExampleSelective(PanelOuterParams record, PanelOuterParamsExample example)
-