<?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="hls.support.core.wechat.mapper.WechatAccountMapper"> <resultMap id="BaseResultMap" type="hls.support.core.wechat.dto.WechatAccount"> <result column="account_id" property="accountId" jdbcType="DECIMAL" /> <result column="account_code" property="accountCode" jdbcType="VARCHAR" /> <result column="name" property="name" jdbcType="VARCHAR" /> <result column="company_name" property="companyName" jdbcType="VARCHAR" /> <result column="app_id" property="appId" jdbcType="VARCHAR" /> <result column="secret" property="secret" jdbcType="VARCHAR" /> </resultMap> </mapper>