<?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.moral.mapper.OrganizationLayoutMapper" >
|
<resultMap id="BaseResultMap" type="com.moral.entity.OrganizationLayout" >
|
<id column="id" property="id" jdbcType="INTEGER" />
|
<result column="organization_id" property="organizationId" jdbcType="INTEGER" />
|
<result column="page_type" property="pageType" jdbcType="VARCHAR" />
|
<result column="page_position" property="pagePosition" jdbcType="VARCHAR" />
|
<result column="page_position_index" property="pagePositionIndex" jdbcType="INTEGER" />
|
<result column="page_position_value" property="pagePositionValue" jdbcType="VARCHAR" />
|
</resultMap>
|
<sql id="Base_Column_List" >
|
id, organization_id, page_type, page_position, page_position_index, page_position_value
|
</sql>
|
</mapper>
|