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