ReportDownloadSummaryMapper.xml 1.77 KB
<?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" />
    <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, 
    std_vip_limit, create_time, update_time
  </sql>
</mapper>