Uses of Class
io.dataease.plugins.common.base.domain.PanelGroupExtend
-
Packages that use PanelGroupExtend Package Description io.dataease.plugins.common.base.mapper -
-
Uses of PanelGroupExtend in io.dataease.plugins.common.base.mapper
Methods in io.dataease.plugins.common.base.mapper that return PanelGroupExtend Modifier and Type Method Description PanelGroupExtendPanelGroupExtendMapper. selectByPrimaryKey(String id)Methods in io.dataease.plugins.common.base.mapper that return types with arguments of type PanelGroupExtend Modifier and Type Method Description List<PanelGroupExtend>PanelGroupExtendMapper. selectByExample(PanelGroupExtendExample example)List<PanelGroupExtend>PanelGroupExtendMapper. selectByExampleWithBLOBs(PanelGroupExtendExample example)Methods in io.dataease.plugins.common.base.mapper with parameters of type PanelGroupExtend Modifier and Type Method Description intPanelGroupExtendMapper. insert(PanelGroupExtend record)intPanelGroupExtendMapper. insertSelective(PanelGroupExtend record)intPanelGroupExtendMapper. updateByExample(PanelGroupExtend record, PanelGroupExtendExample example)intPanelGroupExtendMapper. updateByExampleSelective(PanelGroupExtend record, PanelGroupExtendExample example)intPanelGroupExtendMapper. updateByExampleWithBLOBs(PanelGroupExtend record, PanelGroupExtendExample example)intPanelGroupExtendMapper. updateByPrimaryKey(PanelGroupExtend record)intPanelGroupExtendMapper. updateByPrimaryKeySelective(PanelGroupExtend record)intPanelGroupExtendMapper. updateByPrimaryKeyWithBLOBs(PanelGroupExtend record)
-