HotRecommendUserMapper.xml 898 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
<?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.tanpu.community.dao.mapper.community.HotRecommendUserMapper">
  <resultMap id="BaseResultMap" type="com.tanpu.community.dao.entity.community.HotRecommendUser">
    <!--@mbg.generated-->
    <!--@Table hot_recommend_user-->
    <id column="id" jdbcType="INTEGER" property="id" />
    <result column="rel_id" jdbcType="VARCHAR" property="relId" />
    <result column="is_exclude" jdbcType="INTEGER" property="isExclude" />
    <result column="hot_recommend_id" jdbcType="VARCHAR" property="hotRecommendId" />
    <result column="delete_tag" jdbcType="INTEGER" property="deleteTag" />
  </resultMap>
  <sql id="Base_Column_List">
    <!--@mbg.generated-->
    id, rel_id, is_exclude, hot_recommend_id, delete_tag
  </sql>
</mapper>