|
|
<?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.yohoufo.dal.product.ProductSelfShelvesPicMapper" >
|
|
|
<resultMap id="BaseResultMap" type="com.yohoufo.dal.order.model.ProductSelfShelvesPic" >
|
|
|
<resultMap id="BaseResultMap" type="com.yohoufo.dal.product.model.ProductSelfShelvesPic" >
|
|
|
<id column="id" property="id" jdbcType="INTEGER" />
|
|
|
<result column="self_shelves_id" property="selfShelvesId" jdbcType="INTEGER" />
|
|
|
<result column="picture_url" property="pictureUrl" jdbcType="VARCHAR" />
|
...
|
...
|
|