wl
2022-10-24 9969bea2a8c1eab64c12a51a2d24d65e5b6c0dd0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?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.ycl.mapper.portal.UmsWebsiteLogoMapper">
 
    <!-- 通用查询映射结果 -->
    <resultMap id="BaseResultMap" type="com.ycl.entity.portal.WebsiteLogo">
        <id column="id" property="id" />
        <result column="title" property="title" />
        <result column="login_page_icon_url" property="loginPageIconUrl" />
        <result column="chrome_link_url" property="chromeLinkUrl" />
        <result column="website_head_url" property="websiteHeadUrl" />
    </resultMap>
 
</mapper>