All Downloads are FREE. Search and download functionalities are using the official Maven repository.

mapper.MenuMapper.xml Maven / Gradle / Ivy

The newest version!
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
        "http://mybatis.org/dtd/mybatis-3-mapper.dtd" >
<mapper namespace="com.github.rexsheng.springboot.faster.system.mapper.MenuMapper">

    <!-- selectByName -->
    <select id="selectCount" resultType="java.lang.Integer">
        select count(*) from `sys_menu`
    </select>

</mapper>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy