|
|
@@ -1,44 +0,0 @@
|
|
|
-<?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.mapper.UserMapper">
|
|
|
-
|
|
|
- <!-- 可根据自己的需求,是否要使用 -->
|
|
|
- <resultMap type="com.chuanghai.entity.Organization" id="organizationMap">
|
|
|
- <result property="id" column="id"/>
|
|
|
- <result property="weixiaoStuId" column="weixiao_stu_id"/>
|
|
|
- <result property="cardNumber" column="card_number"/>
|
|
|
- <result property="name" column="name"/>
|
|
|
- <result property="gender" column="gender"/>
|
|
|
- <result property="headImage" column="head_image"/>
|
|
|
- <result property="identityType" column="identity_type"/>
|
|
|
- <result property="grade" column="grade"/>
|
|
|
- <result property="campus" column="campus"/>
|
|
|
- <result property="dormNumber" column="dorm_number"/>
|
|
|
- <result property="physicalChipNumber" column="physical_chip_number"/>
|
|
|
- <result property="physicalCardNumber" column="physical_card_number"/>
|
|
|
- <result property="nation" column="nation"/>
|
|
|
- <result property="birthday" column="birthday"/>
|
|
|
- <result property="originPlace" column="origin_place"/>
|
|
|
- <result property="graduatedSchool" column="graduated_school"/>
|
|
|
- <result property="address" column="address"/>
|
|
|
- <result property="qq" column="qq"/>
|
|
|
- <result property="email" column="email"/>
|
|
|
- <result property="cardType" column="cardType"/>
|
|
|
- <result property="identityTitle" column="identity_title"/>
|
|
|
- <result property="college" column="college"/>
|
|
|
- <result property="profession" column="profession"/>
|
|
|
- <result property="clazz" column="clazz"/>
|
|
|
- <result property="idCard" column="id_card"/>
|
|
|
- <result property="country" column="country"/>
|
|
|
- <result property="telephone" column="telephone"/>
|
|
|
- <result property="dataSource" column="data_source"/>
|
|
|
- <result property="startAt" column="start_at"/>
|
|
|
- <result property="expireAt" column="expire_at"/>
|
|
|
- <result property="jobTitle" column="job_title"/>
|
|
|
- <result property="serialNumber" column="serial_number"/>
|
|
|
- <result property="schoolPeriod" column="schoolperiod"/>
|
|
|
- <result property="registerYear" column="register_year"/>
|
|
|
- <result property="organization" column="organization"/>
|
|
|
- </resultMap>
|
|
|
-
|
|
|
-</mapper>
|