Uses of Class
io.dataease.plugins.common.base.domain.PanelTemplate
-
Packages that use PanelTemplate Package Description io.dataease.plugins.common.base.domain io.dataease.plugins.common.base.mapper -
-
Uses of PanelTemplate in io.dataease.plugins.common.base.domain
Subclasses of PanelTemplate in io.dataease.plugins.common.base.domain Modifier and Type Class Description classPanelTemplateWithBLOBs -
Uses of PanelTemplate in io.dataease.plugins.common.base.mapper
Methods in io.dataease.plugins.common.base.mapper that return types with arguments of type PanelTemplate Modifier and Type Method Description List<PanelTemplate>PanelTemplateMapper. selectByExample(PanelTemplateExample example)Methods in io.dataease.plugins.common.base.mapper with parameters of type PanelTemplate Modifier and Type Method Description intPanelTemplateMapper. updateByExample(PanelTemplate record, PanelTemplateExample example)intPanelTemplateMapper. updateByPrimaryKey(PanelTemplate record)
-