ShyChannelMapper.xml 1.36 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.ShyChannelMapper">
  <resultMap id="BaseResultMap" type="com.cnlive.shenhe.entity.ShyChannel">
    <!--
      WARNING - @mbg.generated
    -->
    <id column="id" jdbcType="INTEGER" property="id" />
    <result column="sp_id" jdbcType="INTEGER" property="sp_id" />
    <result column="channel_id" jdbcType="VARCHAR" property="channel_id" />
    <result column="channel_name" jdbcType="VARCHAR" property="channel_name" />
    <result column="channel_img" jdbcType="VARCHAR" property="channel_img" />
    <result column="callback" jdbcType="VARCHAR" property="callback" />
    <result column="updater" jdbcType="VARCHAR" property="updater" />
    <result column="auditor" jdbcType="VARCHAR" property="auditor" />
    <result column="shenhe_type" jdbcType="INTEGER" property="shenhe_type" />
    <result column="shenhe_status" jdbcType="INTEGER" property="shenhe_status" />
    <result column="shenhe_msg" jdbcType="VARCHAR" property="shenhe_msg" />
    <result column="offline" jdbcType="INTEGER" property="offline" />
    <result column="created_at" jdbcType="TIMESTAMP" property="created_at" />
    <result column="updated_at" jdbcType="TIMESTAMP" property="updated_at" />
  </resultMap>
</mapper>