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