123
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<?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="com.ruoyi.cai.mapper.PayTrdConfigMapper">
|
||||
|
||||
<resultMap type="com.ruoyi.cai.domain.PayTrdConfig" id="PayTrdConfigResult">
|
||||
<result property="id" column="id"/>
|
||||
<result property="type" column="type"/>
|
||||
<result property="name" column="name"/>
|
||||
<result property="gatewayUrl" column="gateway_url"/>
|
||||
<result property="notifyUrl" column="notify_url"/>
|
||||
<result property="mchId" column="mch_id"/>
|
||||
<result property="sign" column="sign"/>
|
||||
<result property="deleteFlag" column="delete_flag"/>
|
||||
<result property="createTime" column="create_time"/>
|
||||
</resultMap>
|
||||
|
||||
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user