MPNewsThumbPictureMapper.xml 717 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14
<?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>