ShyEmailMapper.xml 988 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.ShyEmailMapper">
  <resultMap id="BaseResultMap" type="com.cnlive.shenhe.entity.ShyEmail">
    <!--
      WARNING - @mbg.generated
    -->
    <id column="id" jdbcType="INTEGER" property="id" />
    <result column="email" jdbcType="VARCHAR" property="email" />
    <result column="remark" jdbcType="VARCHAR" property="remark" />
    <result column="notice_type" jdbcType="VARCHAR" property="notice_type" />
    <result column="is_enable" jdbcType="BIT" property="is_enable" />
    <result column="is_delete" jdbcType="BIT" property="is_delete" />
    <result column="updater" jdbcType="VARCHAR" property="updater" />
    <result column="created_at" jdbcType="TIMESTAMP" property="created_at" />
    <result column="updated_at" jdbcType="TIMESTAMP" property="updated_at" />
  </resultMap>
</mapper>