19 lines
1.0 KiB
XML
19 lines
1.0 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.CarouselMapper" >
|
|
<resultMap id="BaseResultMap" type="cn.odliken.pojo.Carousel" >
|
|
<!--
|
|
WARNING - @mbg.generated
|
|
-->
|
|
<id column="id" property="id" jdbcType="VARCHAR" />
|
|
<result column="image_url" property="imageUrl" jdbcType="VARCHAR" />
|
|
<result column="background_color" property="backgroundColor" jdbcType="VARCHAR" />
|
|
<result column="item_id" property="itemId" jdbcType="VARCHAR" />
|
|
<result column="cat_id" property="catId" jdbcType="VARCHAR" />
|
|
<result column="type" property="type" jdbcType="INTEGER" />
|
|
<result column="sort" property="sort" jdbcType="INTEGER" />
|
|
<result column="is_show" property="isShow" jdbcType="INTEGER" />
|
|
<result column="create_time" property="createTime" jdbcType="TIMESTAMP" />
|
|
<result column="update_time" property="updateTime" jdbcType="TIMESTAMP" />
|
|
</resultMap>
|
|
</mapper> |