Uses of Class
io.dataease.plugins.common.base.domain.SysMsg
-
Packages that use SysMsg Package Description io.dataease.plugins.common.base.mapper -
-
Uses of SysMsg in io.dataease.plugins.common.base.mapper
Methods in io.dataease.plugins.common.base.mapper that return SysMsg Modifier and Type Method Description SysMsgSysMsgMapper. selectByPrimaryKey(Long msgId)Methods in io.dataease.plugins.common.base.mapper that return types with arguments of type SysMsg Modifier and Type Method Description List<SysMsg>SysMsgMapper. selectByExample(SysMsgExample example)Methods in io.dataease.plugins.common.base.mapper with parameters of type SysMsg Modifier and Type Method Description intSysMsgMapper. insert(SysMsg record)intSysMsgMapper. insertSelective(SysMsg record)intSysMsgMapper. updateByExample(SysMsg record, SysMsgExample example)intSysMsgMapper. updateByExampleSelective(SysMsg record, SysMsgExample example)intSysMsgMapper. updateByPrimaryKey(SysMsg record)intSysMsgMapper. updateByPrimaryKeySelective(SysMsg record)
-