ShySitesMapper.xml 914 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.ShySitesMapper">
  <resultMap id="BaseResultMap" type="com.cnlive.shenhe.entity.ShySites">
    <!--
      WARNING - @mbg.generated
    -->
    <id column="id" jdbcType="INTEGER" property="id" />
    <result column="name" jdbcType="VARCHAR" property="name" />
    <result column="company" jdbcType="VARCHAR" property="company" />
    <result column="created_at" jdbcType="TIMESTAMP" property="created_at" />
    <result column="updated_at" jdbcType="TIMESTAMP" property="updated_at" />
    <result column="spid" jdbcType="INTEGER" property="spid" />
    <result column="appid" jdbcType="VARCHAR" property="appid" />
    <result column="write_business" jdbcType="VARCHAR" property="write_business" />
  </resultMap>
</mapper>