ShyUsersfreeMapper.xml
1.17 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.ShyUsersfreeMapper">
<resultMap id="BaseResultMap" type="com.cnlive.shenhe.entity.ShyUsersfree">
<!--
WARNING - @mbg.generated
-->
<id column="id" jdbcType="INTEGER" property="id" />
<result column="user_id" jdbcType="VARCHAR" property="user_id" />
<result column="user_name" jdbcType="VARCHAR" property="user_name" />
<result column="mobile" jdbcType="VARCHAR" property="mobile" />
<result column="email" jdbcType="VARCHAR" property="email" />
<result column="sp_id" jdbcType="INTEGER" property="sp_id" />
<result column="category" jdbcType="VARCHAR" property="category" />
<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>