Uses of Class
io.dataease.plugins.common.base.domain.VAuthModelWithBLOBs
-
Packages that use VAuthModelWithBLOBs Package Description io.dataease.plugins.common.base.mapper -
-
Uses of VAuthModelWithBLOBs in io.dataease.plugins.common.base.mapper
Methods in io.dataease.plugins.common.base.mapper that return types with arguments of type VAuthModelWithBLOBs Modifier and Type Method Description List<VAuthModelWithBLOBs>VAuthModelMapper. selectByExampleWithBLOBs(VAuthModelExample example)Methods in io.dataease.plugins.common.base.mapper with parameters of type VAuthModelWithBLOBs Modifier and Type Method Description intVAuthModelMapper. insert(VAuthModelWithBLOBs record)intVAuthModelMapper. insertSelective(VAuthModelWithBLOBs record)intVAuthModelMapper. updateByExampleSelective(VAuthModelWithBLOBs record, VAuthModelExample example)intVAuthModelMapper. updateByExampleWithBLOBs(VAuthModelWithBLOBs record, VAuthModelExample example)
-