<?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="cn.wisenergy.chnmuseum.party.mapper.sResponseXmlMapper">
<!-- 通用查询映射结果 --> <resultMap id="BaseResultMap" type="sResponseXml"> <result column="Head" property="Head"/> <result column="Body" property="Body"/> <result column="ResultType" property="ResultType"/> <result column="CryptType" property="CryptType"/> </resultMap> </mapper>