Helius
2021-07-23 71bf751d248aff415c95b2bc09dc1bb0219c9428
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.system.mapper.HomeServiceRefMapper">
  <resultMap id="BaseResultMap" type="com.xzx.gc.entity.HomeServiceRef">
    <!--
      WARNING - @mbg.generated
    -->
    <id column="id" jdbcType="BIGINT" property="id" />
    <result column="partner_id" jdbcType="VARCHAR" property="partnerId" />
    <result column="fence_id" jdbcType="VARCHAR" property="fenceId" />
    <result column="ref_type" jdbcType="SMALLINT" property="refType" />
    <result column="service_id" jdbcType="BIGINT" property="serviceId" />
    <result column="create_time" jdbcType="TIMESTAMP" property="createTime" />
    <result column="del_flag" jdbcType="BIT" property="delFlag" />
  </resultMap>
</mapper>