fix
Helius
2021-07-14 a8560eb20f89c32e9c2cdb3e137ece2fa3c10ec4
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>