<?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.HotRecommendMapper"> <resultMap id="BaseResultMap" type="com.tanpu.community.dao.entity.community.HotRecommend"> <!--@mbg.generated--> <!--@Table hot_recommend--> <id column="id" jdbcType="INTEGER" property="id" /> <result column="hot_recommend_id" jdbcType="VARCHAR" property="hotRecommendId" /> <result column="name" jdbcType="VARCHAR" property="name" /> <result column="type" jdbcType="INTEGER" property="type" /> <result column="is_show" jdbcType="INTEGER" property="isShow" /> <result column="sort" jdbcType="INTEGER" property="sort" /> <result column="delete_tag" jdbcType="INTEGER" property="deleteTag" /> <result column="create_time" jdbcType="TIMESTAMP" property="createTime" /> <result column="create_by" jdbcType="VARCHAR" property="createBy" /> </resultMap> <sql id="Base_Column_List"> <!--@mbg.generated--> id, hot_recommend_id, `name`, `type`, is_show, sort, delete_tag, create_time, create_by </sql> </mapper>