ShyYidunMapper.xml
1.2 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.ShyYidunMapper">
<resultMap id="BaseResultMap" type="com.cnlive.shenhe.entity.ShyYidun">
<!--
WARNING - @mbg.generated
-->
<id column="id" jdbcType="VARCHAR" property="id" />
<result column="content_id" jdbcType="VARCHAR" property="content_id" />
<result column="url" jdbcType="VARCHAR" property="url" />
<result column="result_type" jdbcType="VARCHAR" property="result_type" />
<result column="desc_msg" jdbcType="VARCHAR" property="desc_msg" />
<result column="duration" jdbcType="INTEGER" property="duration" />
<result column="create_time" jdbcType="TIMESTAMP" property="create_time" />
<result column="update_time" jdbcType="TIMESTAMP" property="update_time" />
<result column="task_id" jdbcType="VARCHAR" property="task_id" />
<result column="data_id" jdbcType="VARCHAR" property="data_id" />
<result column="check_type" jdbcType="INTEGER" property="check_type" />
<result column="check_status" jdbcType="INTEGER" property="check_status" />
</resultMap>
</mapper>