<?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.tanpu.feo.feojob.dao.user.mapper.OrgExtMapper">
  <resultMap id="BaseResultMap" type="com.tanpu.feo.feojob.dao.user.entity.OrgExtEntity">
    <!--@mbg.generated-->
    <!--@Table org_ext-->
    <id column="id" jdbcType="BIGINT" property="id" />
    <result column="org_id" jdbcType="VARCHAR" property="orgId" />
    <result column="delete_tag" jdbcType="VARCHAR" property="deleteTag" />
    <result column="model" jdbcType="VARCHAR" property="model" />
    <result column="json_wxcp_key" jdbcType="VARCHAR" property="jsonWxcpKey" />
    <result column="md5_wxcp_data" jdbcType="VARCHAR" property="md5WxcpData" />
    <result column="create_time" jdbcType="TIMESTAMP" property="createTime" />
    <result column="update_time" jdbcType="TIMESTAMP" property="updateTime" />
    <result column="update_by" jdbcType="VARCHAR" property="updateBy" />
    <result column="create_by" jdbcType="VARCHAR" property="createBy" />
  </resultMap>
  <sql id="Base_Column_List">
    <!--@mbg.generated-->
    id, org_id, delete_tag, model, json_wxcp_key, md5_wxcp_data, create_time, update_time, 
    update_by, create_by
  </sql>
</mapper>