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