Uses of Class
io.dataease.plugins.common.base.domain.PanelStoreExample
-
Packages that use PanelStoreExample Package Description io.dataease.plugins.common.base.mapper -
-
Uses of PanelStoreExample in io.dataease.plugins.common.base.mapper
Methods in io.dataease.plugins.common.base.mapper with parameters of type PanelStoreExample Modifier and Type Method Description longPanelStoreMapper. countByExample(PanelStoreExample example)intPanelStoreMapper. deleteByExample(PanelStoreExample example)List<PanelStore>PanelStoreMapper. selectByExample(PanelStoreExample example)intPanelStoreMapper. updateByExample(PanelStore record, PanelStoreExample example)intPanelStoreMapper. updateByExampleSelective(PanelStore record, PanelStoreExample example)
-