12 lines
503 B
XML
12 lines
503 B
XML
<?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.pluss.platform.mapper.JftReceiptPaymentMapper">
|
|
|
|
<!-- 通用查询映射结果 -->
|
|
<resultMap id="BaseResultMap" type="cn.pluss.platform.entity.JftReceiptPayment">
|
|
<id column="id" property="id" />
|
|
<result column="rid" property="rid" />
|
|
<result column="pid" property="pid" />
|
|
</resultMap>
|
|
</mapper>
|