CopyrightOwnerVideoContentCatMapper.xml 737 Bytes
Newer Older
liqin's avatar
liqin committed
1 2
<?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">
liqin's avatar
liqin committed
3
<mapper namespace="cn.wisenergy.chnmuseum.party.mapper.CopyrightOwnerVideoContentCatMapper">
liqin's avatar
liqin committed
4 5

    <!-- 通用查询映射结果 -->
liqin's avatar
liqin committed
6 7 8 9 10
    <resultMap id="BaseResultMap" type="cn.wisenergy.chnmuseum.party.model.CopyrightOwnerVideoContentCat">
        <id column="id" property="id"/>
        <result column="copyright_owner_id" property="copyrightOwnerId"/>
        <result column="video_content_cat_id" property="videoContentCatId"/>
    </resultMap>
liqin's avatar
liqin committed
11 12 13

    <!-- 通用查询结果列 -->
    <sql id="Base_Column_List">
liqin's avatar
liqin committed
14
        id, copyright_owner_id, video_content_cat_id
liqin's avatar
liqin committed
15 16 17
    </sql>

</mapper>