<?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.LymsWorkMessageMapper">
<resultMap type="com.lyms.talkonlineweb.domain.LymsWorkMessage" id="LymsWorkMessageMap">
<result property="id" column="id" jdbcType="INTEGER"/>
<result property="hisInfoId" column="his_info_id" jdbcType="INTEGER"/>
<result property="username" column="username" jdbcType="VARCHAR"/>
<result property="hospitalId" column="hospital_id" jdbcType="INTEGER"/>
<result property="hospital" column="hospital" jdbcType="VARCHAR"/>
<result property="dept" column="dept" jdbcType="VARCHAR"/>
<result property="phone" column="phone" jdbcType="VARCHAR"/>
<result property="content" column="content" jdbcType="VARCHAR"/>
<result property="remark" column="remark" jdbcType="VARCHAR"/>
<result property="type" column="type" jdbcType="INTEGER"/>
<result property="isRead" column="is_read" jdbcType="INTEGER"/>
<result property="created" column="created" jdbcType="TIMESTAMP"/>
</resultMap>
</mapper>