Uses of Class
io.dataease.plugins.common.base.domain.AreaMapping
-
Packages that use AreaMapping Package Description io.dataease.plugins.common.base.mapper -
-
Uses of AreaMapping in io.dataease.plugins.common.base.mapper
Methods in io.dataease.plugins.common.base.mapper that return AreaMapping Modifier and Type Method Description AreaMappingAreaMappingMapper. selectByPrimaryKey(Long id)Methods in io.dataease.plugins.common.base.mapper that return types with arguments of type AreaMapping Modifier and Type Method Description List<AreaMapping>AreaMappingMapper. selectByExample(AreaMappingExample example)Methods in io.dataease.plugins.common.base.mapper with parameters of type AreaMapping Modifier and Type Method Description intAreaMappingMapper. insert(AreaMapping record)intAreaMappingMapper. insertSelective(AreaMapping record)intAreaMappingMapper. updateByExample(AreaMapping record, AreaMappingExample example)intAreaMappingMapper. updateByExampleSelective(AreaMapping record, AreaMappingExample example)intAreaMappingMapper. updateByPrimaryKey(AreaMapping record)intAreaMappingMapper. updateByPrimaryKeySelective(AreaMapping record)
-