ReportDownloadSummaryMapper.xml 1.87 KB
Newer Older
刘基明's avatar
刘基明 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
<?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.tanpu.fund.mapper.generator.ReportDownloadSummaryMapper">
  <resultMap id="BaseResultMap" type="com.tanpu.fund.entity.generator.ReportDownloadSummary">
    <!--@mbg.generated-->
    <!--@Table report_download_summary-->
    <id column="id" jdbcType="BIGINT" property="id" />
    <result column="user_id" jdbcType="VARCHAR" property="userId" />
    <result column="deep_report" jdbcType="INTEGER" property="deepReport" />
    <result column="deep_report_std" jdbcType="INTEGER" property="deepReportStd" />
    <result column="cumulative_profit_report" jdbcType="INTEGER" property="cumulativeProfitReport" />
    <result column="cumulative_profit_report_std" jdbcType="INTEGER" property="cumulativeProfitReportStd" />
    <result column="weekly_monthly_report" jdbcType="INTEGER" property="weeklyMonthlyReport" />
    <result column="hold_fund_report" jdbcType="INTEGER" property="holdFundReport" />
    <result column="hold_fund_report_std" jdbcType="INTEGER" property="holdFundReportStd" />
    <result column="free_total_limit" jdbcType="INTEGER" property="freeTotalLimit" />
    <result column="std_vip_limit" jdbcType="INTEGER" property="stdVipLimit" />
王亚雷's avatar
王亚雷 committed
18
    <result column="report_times_buy" jdbcType="INTEGER" property="reportTimesBuy" />
刘基明's avatar
刘基明 committed
19 20 21 22 23 24 25
    <result column="create_time" jdbcType="TIMESTAMP" property="createTime" />
    <result column="update_time" jdbcType="TIMESTAMP" property="updateTime" />
  </resultMap>
  <sql id="Base_Column_List">
    <!--@mbg.generated-->
    id, user_id, deep_report, deep_report_std, cumulative_profit_report, cumulative_profit_report_std, 
    weekly_monthly_report, hold_fund_report, hold_fund_report_std, free_total_limit, 
王亚雷's avatar
王亚雷 committed
26
    std_vip_limit, report_times_buy, create_time, update_time
刘基明's avatar
刘基明 committed
27 28
  </sql>
</mapper>