feiyu02
2025-01-09 6c1e7c5ac983301c34f003415cda2ef7c7e176a6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?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.flightfeather.uav.domain.mapper.FactorCalibrationMapper">
  <resultMap id="BaseResultMap" type="com.flightfeather.uav.domain.entity.FactorCalibration">
    <!--
      WARNING - @mbg.generated
    -->
    <id column="id" jdbcType="INTEGER" property="id" />
    <result column="device_type" jdbcType="VARCHAR" property="deviceType" />
    <result column="factor_id" jdbcType="INTEGER" property="factorId" />
    <result column="factor_name" jdbcType="VARCHAR" property="factorName" />
    <result column="factor_scale" jdbcType="REAL" property="factorScale" />
  </resultMap>
  <sql id="Base_Column_List">
    <!--
      WARNING - @mbg.generated
    -->
    id, device_type, factor_id, factor_name, factor_scale
  </sql>
</mapper>