ShyUsersfreeMapper.xml 698 Bytes
<?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.cnlive.shenhe.mapper.ShyUsersfreeMapper">
  <resultMap id="BaseResultMap" type="com.cnlive.shenhe.entity.ShyUsersfree">
    <!--
      WARNING - @mbg.generated
    -->
    <id column="id" jdbcType="INTEGER" property="id" />
    <result column="user_id" jdbcType="VARCHAR" property="user_id" />
    <result column="sp_id" jdbcType="INTEGER" property="sp_id" />
    <result column="category" jdbcType="VARCHAR" property="category" />
    <result column="isEnable" jdbcType="INTEGER" property="isEnable" />
  </resultMap>
</mapper>