ShyTopicMapper.xml 1.51 KB
<?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.ShyTopicMapper">
  <resultMap id="BaseResultMap" type="com.cnlive.shenhe.entity.ShyTopic">
    <!--
      WARNING - @mbg.generated
    -->
    <id column="id" jdbcType="INTEGER" property="id" />
    <result column="topic_id" jdbcType="VARCHAR" property="topic_id" />
    <result column="sp_id" jdbcType="INTEGER" property="sp_id" />
    <result column="topic_image" jdbcType="VARCHAR" property="topic_image" />
    <result column="topic_tag" jdbcType="VARCHAR" property="topic_tag" />
    <result column="topic_url" jdbcType="VARCHAR" property="topic_url" />
    <result column="topic_time" jdbcType="VARCHAR" property="topic_time" />
    <result column="shenhe_type" jdbcType="INTEGER" property="shenhe_type" />
    <result column="shenhe_status" jdbcType="INTEGER" property="shenhe_status" />
    <result column="create_date" jdbcType="TIMESTAMP" property="create_date" />
    <result column="update_date" jdbcType="TIMESTAMP" property="update_date" />
    <result column="auditor_id" jdbcType="VARCHAR" property="auditor_id" />
    <result column="updater" jdbcType="VARCHAR" property="updater" />
    <result column="shenhe_msg" jdbcType="VARCHAR" property="shenhe_msg" />
    <result column="title" jdbcType="LONGVARCHAR" property="title" />
    <result column="topic_text" jdbcType="LONGVARCHAR" property="topic_text" />
  </resultMap>
</mapper>