<?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.ruoyi.mapper.ReviewTaskInboxMapper"> <resultMap id="BaseResultMap" type="com.ruoyi.domain.ReviewTaskInbox"> <id property="id" column="id" jdbcType="BIGINT"/> <result property="reviewTaskId" column="review_task_id" jdbcType="BIGINT"/> <result property="reviewSceneChangeTaskId" column="review_scene_change_task_id" jdbcType="BIGINT"/> <result property="isConfirm" column="is_confirm" jdbcType="TINYINT"/> </resultMap> <sql id="Base_Column_List"> id,review_task_id,review_scene_change_task_id,is_confirm </sql> </mapper>