Uses of Class
io.dataease.plugins.common.base.domain.PanelLinkJumpExample
-
Packages that use PanelLinkJumpExample Package Description io.dataease.plugins.common.base.mapper -
-
Uses of PanelLinkJumpExample in io.dataease.plugins.common.base.mapper
Methods in io.dataease.plugins.common.base.mapper with parameters of type PanelLinkJumpExample Modifier and Type Method Description longPanelLinkJumpMapper. countByExample(PanelLinkJumpExample example)intPanelLinkJumpMapper. deleteByExample(PanelLinkJumpExample example)List<PanelLinkJump>PanelLinkJumpMapper. selectByExample(PanelLinkJumpExample example)intPanelLinkJumpMapper. updateByExample(PanelLinkJump record, PanelLinkJumpExample example)intPanelLinkJumpMapper. updateByExampleSelective(PanelLinkJump record, PanelLinkJumpExample example)
-