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