Uses of Class
io.dataease.plugins.common.base.domain.PanelGroup
-
Packages that use PanelGroup Package Description io.dataease.plugins.common.base.domain io.dataease.plugins.common.base.mapper -
-
Uses of PanelGroup in io.dataease.plugins.common.base.domain
Subclasses of PanelGroup in io.dataease.plugins.common.base.domain Modifier and Type Class Description classPanelGroupWithBLOBs -
Uses of PanelGroup in io.dataease.plugins.common.base.mapper
Methods in io.dataease.plugins.common.base.mapper that return types with arguments of type PanelGroup Modifier and Type Method Description List<PanelGroup>PanelGroupMapper. selectByExample(PanelGroupExample example)Methods in io.dataease.plugins.common.base.mapper with parameters of type PanelGroup Modifier and Type Method Description intPanelGroupMapper. updateByExample(PanelGroup record, PanelGroupExample example)intPanelGroupMapper. updateByPrimaryKey(PanelGroup record)
-