LymsXljcRecordResultMapper.xml 1.23 KB
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
<?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.LymsXljcRecordResultMapper">

<resultMap id="BaseResultMap" type="com.lyms.talkonlineweb.domain.LymsXljcRecordResult">
<id property="id" column="id" jdbcType="INTEGER"/>
<result property="rid" column="rid" jdbcType="INTEGER"/>
<result property="sumScore" column="sum_score" jdbcType="INTEGER"/>
<result property="factorScore" column="factor_score" jdbcType="VARCHAR"/>
<result property="diagnosis" column="diagnosis" jdbcType="VARCHAR"/>
<result property="dealMeasure" column="deal_measure" jdbcType="VARCHAR"/>
<result property="suggestion" column="suggestion" jdbcType="VARCHAR"/>
<result property="examineTime" column="examine_time" jdbcType="TIMESTAMP"/>
<result property="examineDoctor" column="examine_doctor" jdbcType="INTEGER"/>
<result property="createdby" column="createdby" jdbcType="INTEGER"/>
<result property="createdtime" column="createdtime" jdbcType="TIMESTAMP"/>
</resultMap>


</mapper>