feiyu02
2025-09-30 6904763f0e74d9a9fa4dbc39f635d2aee39416c6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?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.flightfeather.supervision.domain.mapper.SceneTypeMapper">
  <resultMap id="BaseResultMap" type="cn.flightfeather.supervision.domain.entity.SceneType">
    <!--
      WARNING - @mbg.generated
    -->
    <id column="SC_Id" jdbcType="INTEGER" property="scId" />
    <result column="SC_Name" jdbcType="VARCHAR" property="scName" />
    <result column="SC_Tag" jdbcType="VARCHAR" property="scTag" />
    <result column="SC_Index" jdbcType="INTEGER" property="scIndex" />
  </resultMap>
  <sql id="Base_Column_List">
    <!--
      WARNING - @mbg.generated
    -->
    SC_Id, SC_Name, SC_Tag, SC_Index
  </sql>
</mapper>