Uses of Class
io.dataease.plugins.common.base.domain.PanelStore
-
Packages that use PanelStore Package Description io.dataease.plugins.common.base.mapper -
-
Uses of PanelStore in io.dataease.plugins.common.base.mapper
Methods in io.dataease.plugins.common.base.mapper that return PanelStore Modifier and Type Method Description PanelStorePanelStoreMapper. selectByPrimaryKey(Long storeId)Methods in io.dataease.plugins.common.base.mapper that return types with arguments of type PanelStore Modifier and Type Method Description List<PanelStore>PanelStoreMapper. selectByExample(PanelStoreExample example)Methods in io.dataease.plugins.common.base.mapper with parameters of type PanelStore Modifier and Type Method Description intPanelStoreMapper. insert(PanelStore record)intPanelStoreMapper. insertSelective(PanelStore record)intPanelStoreMapper. updateByExample(PanelStore record, PanelStoreExample example)intPanelStoreMapper. updateByExampleSelective(PanelStore record, PanelStoreExample example)intPanelStoreMapper. updateByPrimaryKey(PanelStore record)intPanelStoreMapper. updateByPrimaryKeySelective(PanelStore record)
-