<?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.lyms.talkonlineweb.mapper.LymsYyscArchiveMapper">

    <resultMap id="BaseResultMap" type="com.lyms.talkonlineweb.domain.LymsYyscArchive">
            <id property="id" column="id" jdbcType="INTEGER"/>
            <result property="pname" column="pname" jdbcType="VARCHAR"/>
            <result property="idno" column="idno" jdbcType="VARCHAR"/>
            <result property="birth" column="birth" jdbcType="VARCHAR"/>
            <result property="age" column="age" jdbcType="INTEGER"/>
            <result property="sex" column="sex" jdbcType="INTEGER"/>
            <result property="tel" column="tel" jdbcType="VARCHAR"/>
            <result property="bookbuilDoctor" column="bookbuil_doctor" jdbcType="INTEGER"/>
            <result property="bookbuilDoctorName" column="bookbuil_doctor_name" jdbcType="VARCHAR"/>
            <result property="hid" column="hid" jdbcType="INTEGER"/>
            <result property="dpid" column="dpid" jdbcType="INTEGER"/>
            <result property="height" column="height" jdbcType="INTEGER"/>
            <result property="weight" column="weight" jdbcType="DECIMAL"/>
            <result property="bookbuilDate" column="bookbuil_date" jdbcType="TIMESTAMP"/>
            <result property="createdby" column="createdby" jdbcType="INTEGER"/>
            <result property="createdtime" column="createdtime" jdbcType="TIMESTAMP"/>
            <result property="updatedby" column="updatedby" jdbcType="VARCHAR"/>
            <result property="updatedtime" column="updatedtime" jdbcType="TIMESTAMP"/>
    </resultMap>


</mapper>
