Uses of Class
io.dataease.plugins.common.base.domain.SysMsgType
-
Packages that use SysMsgType Package Description io.dataease.plugins.common.base.mapper -
-
Uses of SysMsgType in io.dataease.plugins.common.base.mapper
Methods in io.dataease.plugins.common.base.mapper that return SysMsgType Modifier and Type Method Description SysMsgTypeSysMsgTypeMapper. selectByPrimaryKey(Long msgTypeId)Methods in io.dataease.plugins.common.base.mapper that return types with arguments of type SysMsgType Modifier and Type Method Description List<SysMsgType>SysMsgTypeMapper. selectByExample(SysMsgTypeExample example)Methods in io.dataease.plugins.common.base.mapper with parameters of type SysMsgType Modifier and Type Method Description intSysMsgTypeMapper. insert(SysMsgType record)intSysMsgTypeMapper. insertSelective(SysMsgType record)intSysMsgTypeMapper. updateByExample(SysMsgType record, SysMsgTypeExample example)intSysMsgTypeMapper. updateByExampleSelective(SysMsgType record, SysMsgTypeExample example)intSysMsgTypeMapper. updateByPrimaryKey(SysMsgType record)intSysMsgTypeMapper. updateByPrimaryKeySelective(SysMsgType record)
-