Uses of Class
io.dataease.plugins.common.base.domain.ChartGroupExample
-
Packages that use ChartGroupExample Package Description io.dataease.plugins.common.base.mapper -
-
Uses of ChartGroupExample in io.dataease.plugins.common.base.mapper
Methods in io.dataease.plugins.common.base.mapper with parameters of type ChartGroupExample Modifier and Type Method Description longChartGroupMapper. countByExample(ChartGroupExample example)intChartGroupMapper. deleteByExample(ChartGroupExample example)List<ChartGroup>ChartGroupMapper. selectByExample(ChartGroupExample example)intChartGroupMapper. updateByExample(ChartGroup record, ChartGroupExample example)intChartGroupMapper. updateByExampleSelective(ChartGroup record, ChartGroupExample example)
-