ShyLogMapper.xml
804 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.ShyLogMapper">
<resultMap id="BaseResultMap" type="com.cnlive.shenhe.entity.ShyLog">
<!--
WARNING - @mbg.generated
-->
<result column="video_id" jdbcType="VARCHAR" property="videoId" />
<result column="video_name" jdbcType="VARCHAR" property="videoName" />
<result column="operator" jdbcType="VARCHAR" property="operator" />
<result column="operation_time" jdbcType="TIMESTAMP" property="operationTime" />
<result column="operation_type" jdbcType="VARCHAR" property="operationType" />
<result column="remark" jdbcType="VARCHAR" property="remark" />
</resultMap>
</mapper>