| | |
| | | <?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.obd.domain.mapper.OriginDataMapper"> |
| | | <resultMap id="BaseResultMap" type="com.flightfeather.obd.domain.entity.OriginData"> |
| | | <mapper namespace="com.flightfeather.uav.domain.mapper.OriginDataMapper"> |
| | | <resultMap id="BaseResultMap" type="com.flightfeather.uav.domain.entity.OriginData"> |
| | | <!-- |
| | | WARNING - @mbg.generated |
| | | --> |
| | |
| | | <result column="obd_encryption_way" jdbcType="INTEGER" property="obdEncryptionWay" /> |
| | | <result column="obd_command_unit" jdbcType="INTEGER" property="obdCommandUnit" /> |
| | | </resultMap> |
| | | <resultMap extends="BaseResultMap" id="ResultMapWithBLOBs" type="com.flightfeather.obd.domain.entity.OriginData"> |
| | | <resultMap extends="BaseResultMap" id="ResultMapWithBLOBs" type="com.flightfeather.uav.domain.entity.OriginData"> |
| | | <!-- |
| | | WARNING - @mbg.generated |
| | | --> |