InformationReportingMapper.xml 1.0 KB

1234567891011121314151617
  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.chuanghai.h3c_reporting.mapper.InformationReportingMapper" >
  4. <!-- <resultMap id="BaseResultMap" type="com.chuanghai.h3c_reporting.entity.InformationReporting" >-->
  5. <!-- &lt;!&ndash;-->
  6. <!-- WARNING - @mbg.generated-->
  7. <!-- &ndash;&gt;-->
  8. <!-- <id column="id" property="id"/>-->
  9. <!-- <result column="name" property="name" jdbcType="VARCHAR" />-->
  10. <!-- <result column="phone" property="phone" jdbcType="VARCHAR" />-->
  11. <!-- <result column="wx_phone" property="wxPhone" jdbcType="VARCHAR" />-->
  12. <!-- <result column="company" property="company" jdbcType="VARCHAR" />-->
  13. <!-- <result column="content" property="content" jdbcType="VARCHAR" />-->
  14. <!-- <result column="reporting_time" property="reportingTime" jdbcType="TIMESTAMP" />-->
  15. <!-- <result column="status" property="status" jdbcType="INTEGER" />-->
  16. <!-- </resultMap>-->
  17. </mapper>