Uses of Class
io.dataease.plugins.common.base.domain.PanelLinkExample
-
Packages that use PanelLinkExample Package Description io.dataease.plugins.common.base.mapper -
-
Uses of PanelLinkExample in io.dataease.plugins.common.base.mapper
Methods in io.dataease.plugins.common.base.mapper with parameters of type PanelLinkExample Modifier and Type Method Description longPanelLinkMapper. countByExample(PanelLinkExample example)intPanelLinkMapper. deleteByExample(PanelLinkExample example)List<PanelLink>PanelLinkMapper. selectByExample(PanelLinkExample example)intPanelLinkMapper. updateByExample(PanelLink record, PanelLinkExample example)intPanelLinkMapper. updateByExampleSelective(PanelLink record, PanelLinkExample example)
-