Uses of Class
io.dataease.plugins.common.base.domain.PanelOuterParams
-
Packages that use PanelOuterParams Package Description io.dataease.plugins.common.base.mapper -
-
Uses of PanelOuterParams in io.dataease.plugins.common.base.mapper
Methods in io.dataease.plugins.common.base.mapper that return PanelOuterParams Modifier and Type Method Description PanelOuterParamsPanelOuterParamsMapper. selectByPrimaryKey(String paramsId)Methods in io.dataease.plugins.common.base.mapper that return types with arguments of type PanelOuterParams Modifier and Type Method Description List<PanelOuterParams>PanelOuterParamsMapper. selectByExample(PanelOuterParamsExample example)Methods in io.dataease.plugins.common.base.mapper with parameters of type PanelOuterParams Modifier and Type Method Description intPanelOuterParamsMapper. insert(PanelOuterParams record)intPanelOuterParamsMapper. insertSelective(PanelOuterParams record)intPanelOuterParamsMapper. updateByExample(PanelOuterParams record, PanelOuterParamsExample example)intPanelOuterParamsMapper. updateByExampleSelective(PanelOuterParams record, PanelOuterParamsExample example)intPanelOuterParamsMapper. updateByPrimaryKey(PanelOuterParams record)intPanelOuterParamsMapper. updateByPrimaryKeySelective(PanelOuterParams record)
-