| 1234567891011121314151617 |
- <?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.chuanghai.h3c_reporting.mapper.InformationReportingMapper" >
- <!-- <resultMap id="BaseResultMap" type="com.chuanghai.h3c_reporting.entity.InformationReporting" >-->
- <!-- <!–-->
- <!-- WARNING - @mbg.generated-->
- <!-- –>-->
- <!-- <id column="id" property="id"/>-->
- <!-- <result column="name" property="name" jdbcType="VARCHAR" />-->
- <!-- <result column="phone" property="phone" jdbcType="VARCHAR" />-->
- <!-- <result column="wx_phone" property="wxPhone" jdbcType="VARCHAR" />-->
- <!-- <result column="company" property="company" jdbcType="VARCHAR" />-->
- <!-- <result column="content" property="content" jdbcType="VARCHAR" />-->
- <!-- <result column="reporting_time" property="reportingTime" jdbcType="TIMESTAMP" />-->
- <!-- <result column="status" property="status" jdbcType="INTEGER" />-->
- <!-- </resultMap>-->
- </mapper>
|