Uses of Class
io.dataease.plugins.common.base.domain.PanelShare
-
Packages that use PanelShare Package Description io.dataease.plugins.common.base.mapper -
-
Uses of PanelShare in io.dataease.plugins.common.base.mapper
Methods in io.dataease.plugins.common.base.mapper that return PanelShare Modifier and Type Method Description PanelSharePanelShareMapper. selectByPrimaryKey(Long shareId)Methods in io.dataease.plugins.common.base.mapper that return types with arguments of type PanelShare Modifier and Type Method Description List<PanelShare>PanelShareMapper. selectByExample(PanelShareExample example)Methods in io.dataease.plugins.common.base.mapper with parameters of type PanelShare Modifier and Type Method Description intPanelShareMapper. insert(PanelShare record)intPanelShareMapper. insertSelective(PanelShare record)intPanelShareMapper. updateByExample(PanelShare record, PanelShareExample example)intPanelShareMapper. updateByExampleSelective(PanelShare record, PanelShareExample example)intPanelShareMapper. updateByPrimaryKey(PanelShare record)intPanelShareMapper. updateByPrimaryKeySelective(PanelShare record)
-