Uses of Class
io.dataease.plugins.common.base.domain.PanelLinkMappingExample
-
Packages that use PanelLinkMappingExample Package Description io.dataease.plugins.common.base.mapper -
-
Uses of PanelLinkMappingExample in io.dataease.plugins.common.base.mapper
Methods in io.dataease.plugins.common.base.mapper with parameters of type PanelLinkMappingExample Modifier and Type Method Description longPanelLinkMappingMapper. countByExample(PanelLinkMappingExample example)intPanelLinkMappingMapper. deleteByExample(PanelLinkMappingExample example)List<PanelLinkMapping>PanelLinkMappingMapper. selectByExample(PanelLinkMappingExample example)intPanelLinkMappingMapper. updateByExample(PanelLinkMapping record, PanelLinkMappingExample example)intPanelLinkMappingMapper. updateByExampleSelective(PanelLinkMapping record, PanelLinkMappingExample example)
-