Files
cai-server/ruoyi-cai/src/main/resources/mapper/cai/WithdrawExchangeMapper.xml
dute7liang 0c1fc3cada init
2023-12-31 16:09:56 +08:00

15 lines
484 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="com.ruoyi.cai.mapper.WithdrawExchangeMapper">
<resultMap type="com.ruoyi.cai.domain.WithdrawExchange" id="CaiWithdrawExchangeResult">
<result property="id" column="id"/>
<result property="money" column="money"/>
<result property="coinNum" column="coin_num"/>
</resultMap>
</mapper>