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

22 lines
1.3 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.ItemsParamMapper" >
<resultMap id="BaseResultMap" type="cn.odliken.pojo.ItemsParam" >
<!--
WARNING - @mbg.generated
-->
<id column="id" property="id" jdbcType="VARCHAR" />
<result column="item_id" property="itemId" jdbcType="VARCHAR" />
<result column="produc_place" property="producPlace" jdbcType="VARCHAR" />
<result column="foot_period" property="footPeriod" jdbcType="VARCHAR" />
<result column="brand" property="brand" jdbcType="VARCHAR" />
<result column="factory_name" property="factoryName" jdbcType="VARCHAR" />
<result column="factory_address" property="factoryAddress" jdbcType="VARCHAR" />
<result column="packaging_method" property="packagingMethod" jdbcType="VARCHAR" />
<result column="weight" property="weight" jdbcType="VARCHAR" />
<result column="storage_method" property="storageMethod" jdbcType="VARCHAR" />
<result column="eat_method" property="eatMethod" jdbcType="VARCHAR" />
<result column="created_time" property="createdTime" jdbcType="TIMESTAMP" />
<result column="updated_time" property="updatedTime" jdbcType="TIMESTAMP" />
</resultMap>
</mapper>