<?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.LymsPushVisitRecordMapper">
<resultMap id="BaseResultMap" type="com.lyms.talkonlineweb.domain.LymsPushVisitRecord">
<id property="id" column="id" jdbcType="INTEGER"/>
<result property="pid" column="pid" jdbcType="INTEGER"/>
<result property="pname" column="pname" jdbcType="VARCHAR"/>
<result property="iid" column="iid" jdbcType="INTEGER"/>
<result property="iiname" column="iiname" jdbcType="VARCHAR"/>
<result property="did" column="did" jdbcType="INTEGER"/>
<result property="dname" column="dname" jdbcType="VARCHAR"/>
<result property="type" column="type" jdbcType="INTEGER"/>
<result property="content" column="content" jdbcType="VARCHAR"/>
<result property="state" column="state" jdbcType="INTEGER"/>
<result property="remark" column="remark" jdbcType="VARCHAR"/>
<result property="createdtime" column="createdtime" jdbcType="TIMESTAMP"/>
<result property="updateTime" column="update_time" jdbcType="TIMESTAMP"/>
</resultMap>
<sql id="Base_Column_List">
id,pid,pname,
iid,iiname,did,
dname,type,content,
state,remark,createdtime,
update_time
</sql>
</mapper>