Helius
2021-06-29 d95f158b9dfa0149e74bc60a0c5a386dbbdad484
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.user.mapper.AccountScoreLogMapper">
  <resultMap id="BaseResultMap" type="com.xzx.gc.entity.AccountScoreLog">
    <!--
      WARNING - @mbg.generated
    -->
    <id column="id" jdbcType="BIGINT" property="id" />
    <result column="account_id" jdbcType="VARCHAR" property="accountId" />
    <result column="old_score" jdbcType="VARCHAR" property="oldScore" />
    <result column="manage_score" jdbcType="VARCHAR" property="manageScore" />
    <result column="new_score" jdbcType="VARCHAR" property="newScore" />
    <result column="create_user_id" jdbcType="VARCHAR" property="createUserId" />
    <result column="create_time" jdbcType="VARCHAR" property="createTime" />
    <result column="channel_type" jdbcType="SMALLINT" property="channelType" />
    <result column="order_id" jdbcType="VARCHAR" property="orderId" />
    <result column="pay_id" jdbcType="VARCHAR" property="payId" />
  </resultMap>
</mapper>