<?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.PartnerTraceMapper">
|
<resultMap id="BaseResultMap" type="com.xzx.gc.entity.PartnerTrace">
|
<!--
|
WARNING - @mbg.generated
|
-->
|
<id column="id" jdbcType="INTEGER" property="id" />
|
<result column="partner_id" jdbcType="VARCHAR" property="partnerId" />
|
<result column="partner_key" jdbcType="VARCHAR" property="partnerKey" />
|
<result column="partner_service_id" jdbcType="VARCHAR" property="partnerServiceId" />
|
<result column="partner_service_type" jdbcType="SMALLINT" property="partnerServiceType" />
|
<result column="create_time" jdbcType="VARCHAR" property="createTime" />
|
<result column="del_flag" jdbcType="TINYINT" property="delFlag" />
|
<result column="update_time" jdbcType="VARCHAR" property="updateTime" />
|
</resultMap>
|
</mapper>
|