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