Uses of Class
io.dataease.plugins.common.base.domain.PanelShareExample
-
Packages that use PanelShareExample Package Description io.dataease.plugins.common.base.mapper -
-
Uses of PanelShareExample in io.dataease.plugins.common.base.mapper
Methods in io.dataease.plugins.common.base.mapper with parameters of type PanelShareExample Modifier and Type Method Description longPanelShareMapper. countByExample(PanelShareExample example)intPanelShareMapper. deleteByExample(PanelShareExample example)List<PanelShare>PanelShareMapper. selectByExample(PanelShareExample example)intPanelShareMapper. updateByExample(PanelShare record, PanelShareExample example)intPanelShareMapper. updateByExampleSelective(PanelShare record, PanelShareExample example)
-