- <?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.UserMapper" >
- <!-- <resultMap id="BaseResultMap" type="com.chuanghai.h3c_reporting.entity.User" >-->
- <!--
- WARNING - @mbg.generated
- -->
- <!-- <id column="id" property="id"/>-->
- <!-- <result column="user_name" property="userName" jdbcType="VARCHAR" />-->
- <!-- <result column="name" property="name" jdbcType="VARCHAR" />-->
- <!-- <result column="password" property="password" jdbcType="VARCHAR" />-->
- <!-- <result column="admin_type" property="adminType" jdbcType="INTEGER" />-->
- <!-- <result column="time" property="time" jdbcType="TIMESTAMP" />-->
- <!-- <result column="status" property="status" jdbcType="INTEGER" />-->
- <!-- </resultMap>-->
- </mapper>
|