...
|
...
|
@@ -2,7 +2,7 @@ |
|
|
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd" >
|
|
|
<mapper namespace="com.yoho.search.dal.ProductVectorFeatureMapper">
|
|
|
<resultMap id="BaseResultMap" type="com.yoho.search.dal.model.ProductVectorFeature">
|
|
|
<id column="id" property="id" jdbcType="LONG"/>
|
|
|
<id column="id" property="id" jdbcType="BIGINT"/>
|
|
|
<result column="product_skn" property="productSkn" jdbcType="INTEGER"/>
|
|
|
<result column="generate_date" property="generateDate" jdbcType="VARCHAR"/>
|
|
|
<result column="feature_value" property="featureValue" jdbcType="VARCHAR"/>
|
...
|
...
|
|