Uses of Class
io.dataease.plugins.common.base.domain.PanelLinkJump
-
Packages that use PanelLinkJump Package Description io.dataease.plugins.common.base.mapper -
-
Uses of PanelLinkJump in io.dataease.plugins.common.base.mapper
Methods in io.dataease.plugins.common.base.mapper that return PanelLinkJump Modifier and Type Method Description PanelLinkJumpPanelLinkJumpMapper. selectByPrimaryKey(String id)Methods in io.dataease.plugins.common.base.mapper that return types with arguments of type PanelLinkJump Modifier and Type Method Description List<PanelLinkJump>PanelLinkJumpMapper. selectByExample(PanelLinkJumpExample example)Methods in io.dataease.plugins.common.base.mapper with parameters of type PanelLinkJump Modifier and Type Method Description intPanelLinkJumpMapper. insert(PanelLinkJump record)intPanelLinkJumpMapper. insertSelective(PanelLinkJump record)intPanelLinkJumpMapper. updateByExample(PanelLinkJump record, PanelLinkJumpExample example)intPanelLinkJumpMapper. updateByExampleSelective(PanelLinkJump record, PanelLinkJumpExample example)intPanelLinkJumpMapper. updateByPrimaryKey(PanelLinkJump record)intPanelLinkJumpMapper. updateByPrimaryKeySelective(PanelLinkJump record)
-