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