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