<?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="cn.wisenergy.chnmuseum.party.mapper.PageViewsMapper">

    <!-- 通用查询映射结果 -->
    <resultMap id="BaseResultMap" type="PageViews">
        <id column="id" property="id" />
        <result column="type" property="type" />
        <result column="page_name" property="pageName" />
        <result column="view_date" property="viewDate" />
        <result column="times" property="times" />
    </resultMap>

</mapper>