<?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.MPNewsThumbPictureMapper"> <resultMap id="BaseResultMap" type="hls.support.core.wechat.dto.MPNewsThumbPicture"> <result column="id" property="id" jdbcType="DECIMAL" /> <result column="original_name" property="originalName" jdbcType="VARCHAR" /> <result column="file_name" property="fileNme" jdbcType="VARCHAR" /> <result column="url" property="url" jdbcType="VARCHAR" /> <result column="description" property="description" jdbcType="VARCHAR" /> </resultMap> </mapper>