| | |
| | | <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> |
| | | <mapper namespace="com.ruoyi.system.mapper.TbBannerMapper"> |
| | | |
| | | <!-- 通用查询映射结果 --> |
| | | <resultMap id="BaseResultMap" type="com.ruoyi.system.model.TbBanner"> |
| | | <id column="id" property="id" /> |
| | | <result column="position" property="position" /> |
| | | <result column="name" property="name" /> |
| | | <result column="jump_type" property="jumpType" /> |
| | | <result column="content_type" property="contentType" /> |
| | | <result column="content" property="content" /> |
| | | <result column="image_url" property="imageUrl" /> |
| | | <result column="video_url" property="videoUrl" /> |
| | | <result column="del_flag" property="delFlag" /> |
| | | <result column="create_time" property="createTime" /> |
| | | </resultMap> |
| | | |
| | | </mapper> |