43 lines
2.2 KiB
XML
43 lines
2.2 KiB
XML
|
|
<?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.srs.comprehensive.mapper.SrsStudentInfoCheckMapper">
|
||
|
|
|
||
|
|
<resultMap type="SrsStudentInfoCheck" id="SrsStudentInfoCheckResult">
|
||
|
|
<result property="id" column="id" />
|
||
|
|
<result property="stuNo" column="stu_no" />
|
||
|
|
<result property="birthday" column="birthday" />
|
||
|
|
<result property="idCard" column="id_card" />
|
||
|
|
<result property="phone" column="phone" />
|
||
|
|
<result property="mz" column="mz" />
|
||
|
|
<result property="zzmm" column="zzmm" />
|
||
|
|
<result property="hksz1" column="hksz1" />
|
||
|
|
<result property="hksz2" column="hksz2" />
|
||
|
|
<result property="hksz3" column="hksz3" />
|
||
|
|
<result property="hkszd" column="hkszd" />
|
||
|
|
<result property="hkxz" column="hkxz" />
|
||
|
|
<result property="hkxxdz" column="hkxxdz" />
|
||
|
|
<result property="xsjzdz" column="xsjzdz" />
|
||
|
|
<result property="sspcs" column="sspcs" />
|
||
|
|
<result property="ssjd" column="ssjd" />
|
||
|
|
<result property="chcqj" column="chcqj" />
|
||
|
|
<result property="xxlxdz" column="xxlxdz" />
|
||
|
|
<result property="yzbm" column="yzbm" />
|
||
|
|
<result property="xjtdz" column="xjtdz" />
|
||
|
|
<result property="jtyzbm" column="jtyzbm" />
|
||
|
|
<result property="jtdh" column="jtdh" />
|
||
|
|
<result property="dailyPhoto" column="daily_photo" />
|
||
|
|
<result property="whitePhoto" column="white_photo" />
|
||
|
|
<result property="redPhoto" column="red_photo" />
|
||
|
|
<result property="bluePhoto" column="blue_photo" />
|
||
|
|
<result property="createBy" column="create_by" />
|
||
|
|
<result property="createTime" column="create_time" />
|
||
|
|
<result property="updateBy" column="update_by" />
|
||
|
|
<result property="updateTime" column="update_time" />
|
||
|
|
<result property="remark" column="remark" />
|
||
|
|
<result property="delFlag" column="del_flag" />
|
||
|
|
</resultMap>
|
||
|
|
|
||
|
|
</mapper>
|