SysIndexLayoutMapper.xml 636 Bytes
<?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.hotent.portal.persistence.dao.SysIndexLayoutDao">
	<resultMap id="SysIndexLayout" type="com.hotent.portal.model.SysIndexLayout">
		<id property="id" column="ID" jdbcType="NUMERIC"/>
		<result property="name" column="NAME" jdbcType="VARCHAR"/>
		<result property="memo" column="MEMO" jdbcType="VARCHAR"/>
		<result property="templateHtml" column="TEMPLATE_HTML" jdbcType="LONGVARCHAR"/>
		<result property="sn" column="SN" jdbcType="NUMERIC"/>
	</resultMap>
</mapper>