foodie/foodie-mapper/target/classes/mapper/ItemsCommentsMapper.xml

19 lines
1.1 KiB
XML

<?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="cn.odliken.mapper.ItemsCommentsMapper" >
<resultMap id="BaseResultMap" type="cn.odliken.pojo.ItemsComments" >
<!--
WARNING - @mbg.generated
-->
<id column="id" property="id" jdbcType="VARCHAR" />
<result column="user_id" property="userId" jdbcType="VARCHAR" />
<result column="item_id" property="itemId" jdbcType="VARCHAR" />
<result column="item_name" property="itemName" jdbcType="VARCHAR" />
<result column="item_spec_id" property="itemSpecId" jdbcType="VARCHAR" />
<result column="sepc_name" property="sepcName" jdbcType="VARCHAR" />
<result column="comment_level" property="commentLevel" jdbcType="INTEGER" />
<result column="content" property="content" jdbcType="VARCHAR" />
<result column="created_time" property="createdTime" jdbcType="TIMESTAMP" />
<result column="updated_time" property="updatedTime" jdbcType="TIMESTAMP" />
</resultMap>
</mapper>