16 lines
824 B
XML
16 lines
824 B
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.ItemsImgMapper" >
|
|
<resultMap id="BaseResultMap" type="cn.odliken.pojo.ItemsImg" >
|
|
<!--
|
|
WARNING - @mbg.generated
|
|
-->
|
|
<id column="id" property="id" jdbcType="VARCHAR" />
|
|
<result column="item_id" property="itemId" jdbcType="VARCHAR" />
|
|
<result column="url" property="url" jdbcType="VARCHAR" />
|
|
<result column="sort" property="sort" jdbcType="INTEGER" />
|
|
<result column="is_main" property="isMain" jdbcType="INTEGER" />
|
|
<result column="created_time" property="createdTime" jdbcType="TIMESTAMP" />
|
|
<result column="updated_time" property="updatedTime" jdbcType="TIMESTAMP" />
|
|
</resultMap>
|
|
</mapper> |