Helius
2021-08-25 72a6cb4a44abe356a444788ec92015c25766d9df
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?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.RebateWeightPriceLogMapper">
  <resultMap id="BaseResultMap" type="com.xzx.gc.entity.RebateWeightPriceLog">
    <!--
      WARNING - @mbg.generated
    -->
    <id column="id" jdbcType="BIGINT" property="id" />
    <result column="product_type" jdbcType="VARCHAR" property="productType" />
    <result column="money" jdbcType="VARCHAR" property="money" />
    <result column="weight" jdbcType="VARCHAR" property="weight" />
    <result column="rule_id" jdbcType="BIGINT" property="ruleId" />
    <result column="package_id" jdbcType="VARCHAR" property="packageId" />
    <result column="create_time" jdbcType="VARCHAR" property="createTime" />
    <result column="start_time" jdbcType="VARCHAR" property="startTime" />
    <result column="end_time" jdbcType="VARCHAR" property="endTime" />
  </resultMap>
 
</mapper>