AccountFreezdMapper.xml 925 B

1234567891011121314151617181920
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
  3. <mapper namespace="com.txz.cif.dao.AccountFreezdMapper">
  4. <resultMap id="BaseResultMap" type="com.txz.cif.model.AccountFreezd">
  5. <!--
  6. WARNING - @mbg.generated
  7. -->
  8. <id column="id" jdbcType="BIGINT" property="id" />
  9. <result column="account_id" jdbcType="BIGINT" property="accountId" />
  10. <result column="biz_id" jdbcType="BIGINT" property="bizId" />
  11. <result column="amount" jdbcType="DECIMAL" property="amount" />
  12. <result column="unfreeze_amount" jdbcType="DECIMAL" property="unfreezeAmount" />
  13. <result column="status" jdbcType="INTEGER" property="status" />
  14. <result column="create_time" jdbcType="TIMESTAMP" property="createTime" />
  15. <result column="update_time" jdbcType="TIMESTAMP" property="updateTime" />
  16. </resultMap>
  17. </mapper>