ShyUsersMapper.xml 1.37 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.ShyUsersMapper">
  <resultMap id="BaseResultMap" type="com.cnlive.shenhe.entity.ShyUsers">
    <!--
      WARNING - @mbg.generated
    -->
    <id column="id" jdbcType="INTEGER" property="id" />
    <result column="user_id" jdbcType="VARCHAR" property="user_id" />
    <result column="username" jdbcType="VARCHAR" property="username" />
    <result column="email" jdbcType="VARCHAR" property="email" />
    <result column="master" jdbcType="BIT" property="master" />
    <result column="mobile" jdbcType="VARCHAR" property="mobile" />
    <result column="sp_id" jdbcType="INTEGER" property="sp_id" />
    <result column="company_brief" jdbcType="VARCHAR" property="company_brief" />
    <result column="company_name" jdbcType="VARCHAR" property="company_name" />
    <result column="state" jdbcType="BIT" property="state" />
    <result column="notice_show" jdbcType="VARCHAR" property="notice_show" />
    <result column="created_at" jdbcType="TIMESTAMP" property="created_at" />
    <result column="updated_at" jdbcType="TIMESTAMP" property="updated_at" />
    <result column="tm" jdbcType="BIGINT" property="tm" />
    <result column="user_logo" jdbcType="VARCHAR" property="user_logo" />
  </resultMap>
</mapper>