Helius
2022-02-21 f54f8a92c09a2cd76b3bbb796df680215b63ab8a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?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.UserTraceInfoMapper">
  <resultMap id="BaseResultMap" type="com.xzx.gc.entity.UserTraceInfo">
    <!--
      WARNING - @mbg.generated
    -->
    <id column="id" jdbcType="BIGINT" property="id" />
    <result column="user_id" jdbcType="VARCHAR" property="userId" />
    <result column="terminal_id" jdbcType="VARCHAR" property="terminalId" />
    <result column="key_id" jdbcType="VARCHAR" property="keyId" />
    <result column="service_id" jdbcType="VARCHAR" property="serviceId" />
    <result column="trace_id" jdbcType="VARCHAR" property="traceId" />
    <result column="create_time" jdbcType="VARCHAR" property="createTime" />
  </resultMap>
</mapper>