Uses of Class
io.dataease.plugins.common.base.domain.PanelDesign
-
Packages that use PanelDesign Package Description io.dataease.plugins.common.base.mapper -
-
Uses of PanelDesign in io.dataease.plugins.common.base.mapper
Methods in io.dataease.plugins.common.base.mapper that return PanelDesign Modifier and Type Method Description PanelDesignPanelDesignMapper. selectByPrimaryKey(String id)Methods in io.dataease.plugins.common.base.mapper that return types with arguments of type PanelDesign Modifier and Type Method Description List<PanelDesign>PanelDesignMapper. selectByExample(PanelDesignExample example)Methods in io.dataease.plugins.common.base.mapper with parameters of type PanelDesign Modifier and Type Method Description intPanelDesignMapper. insert(PanelDesign record)intPanelDesignMapper. insertSelective(PanelDesign record)intPanelDesignMapper. updateByExample(PanelDesign record, PanelDesignExample example)intPanelDesignMapper. updateByExampleSelective(PanelDesign record, PanelDesignExample example)intPanelDesignMapper. updateByPrimaryKey(PanelDesign record)intPanelDesignMapper. updateByPrimaryKeySelective(PanelDesign record)
-