Helius
2021-06-30 02b38bb7c08d68fffc6af25e4ba00a456d96e94e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?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.xzx.gc.order.mapper.PackageGoodsInfoMapper">
  <resultMap id="BaseResultMap" type="com.xzx.gc.entity.PackageGoodsInfo">
    <!--
      WARNING - @mbg.generated
    -->
    <id column="id" jdbcType="BIGINT" property="id" />
    <result column="title" jdbcType="VARCHAR" property="title" />
    <result column="item_type" jdbcType="VARCHAR" property="itemType" />
    <result column="price" jdbcType="VARCHAR" property="price" />
    <result column="second_price" jdbcType="VARCHAR" property="secondPrice" />
    <result column="create_time" jdbcType="VARCHAR" property="createTime" />
    <result column="create_user_id" jdbcType="VARCHAR" property="createUserId" />
    <result column="picture" jdbcType="VARCHAR" property="picture" />
    <result column="top_flag" jdbcType="SMALLINT" property="topFlag" />
    <result column="parent_id" jdbcType="BIGINT" property="parentId" />
    <result column="sort" jdbcType="INTEGER" property="sort" />
    <result column="put_storage_price" jdbcType="DECIMAL" property="putStoragePrice" />
    <result column="item_unit" jdbcType="VARCHAR" property="itemUnit" />
    <result column="partner_id" jdbcType="VARCHAR" property="partnerId" />
    <result column="city_id" jdbcType="INTEGER" property="cityId" />
    <result column="del_flag" jdbcType="INTEGER" property="delFlag" />
    <result column="package_id"  property="packageId" />
  </resultMap>
</mapper>