Uses of Class
io.dataease.plugins.common.base.domain.PanelGroupExtendDataExample
-
Packages that use PanelGroupExtendDataExample Package Description io.dataease.plugins.common.base.mapper -
-
Uses of PanelGroupExtendDataExample in io.dataease.plugins.common.base.mapper
Methods in io.dataease.plugins.common.base.mapper with parameters of type PanelGroupExtendDataExample Modifier and Type Method Description longPanelGroupExtendDataMapper. countByExample(PanelGroupExtendDataExample example)intPanelGroupExtendDataMapper. deleteByExample(PanelGroupExtendDataExample example)List<PanelGroupExtendData>PanelGroupExtendDataMapper. selectByExample(PanelGroupExtendDataExample example)List<PanelGroupExtendData>PanelGroupExtendDataMapper. selectByExampleWithBLOBs(PanelGroupExtendDataExample example)intPanelGroupExtendDataMapper. updateByExample(PanelGroupExtendData record, PanelGroupExtendDataExample example)intPanelGroupExtendDataMapper. updateByExampleSelective(PanelGroupExtendData record, PanelGroupExtendDataExample example)intPanelGroupExtendDataMapper. updateByExampleWithBLOBs(PanelGroupExtendData record, PanelGroupExtendDataExample example)
-