ShyNotspeakMapper.xml 1.38 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.ShyNotspeakMapper">
  <resultMap id="BaseResultMap" type="com.cnlive.shenhe.entity.ShyNotspeak">
    <!--
      WARNING - @mbg.generated
    -->
    <id column="id" jdbcType="INTEGER" property="id" />
    <result column="user_name" jdbcType="VARCHAR" property="user_name" />
    <result column="user_id" jdbcType="INTEGER" property="user_id" />
    <result column="user_avatar" jdbcType="VARCHAR" property="user_avatar" />
    <result column="sp_id" jdbcType="INTEGER" property="sp_id" />
    <result column="state" jdbcType="INTEGER" property="state" />
    <result column="start_time" jdbcType="TIMESTAMP" property="start_time" />
    <result column="time" jdbcType="INTEGER" property="time" />
    <result column="end_time" jdbcType="TIMESTAMP" property="end_time" />
    <result column="count" jdbcType="INTEGER" property="count" />
    <result column="created_at" jdbcType="TIMESTAMP" property="created_at" />
    <result column="updated_at" jdbcType="TIMESTAMP" property="updated_at" />
    <result column="updater" jdbcType="VARCHAR" property="updater" />
    <result column="auditor" jdbcType="VARCHAR" property="auditor" />
    <result column="msg" jdbcType="LONGVARCHAR" property="msg" />
  </resultMap>
</mapper>