|
@@ -2,9 +2,9 @@
|
|
|
<!DOCTYPE mapper
|
|
<!DOCTYPE mapper
|
|
|
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
|
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
|
|
-<mapper namespace="com.zksy.base.gas.mapper.GasMonitorDataMapper">
|
|
|
|
|
|
|
+<mapper namespace="com.zksy.base.mapper.com.zksy.telemetry.GasMonitorDataMapper">
|
|
|
|
|
|
|
|
- <resultMap id="BaseResultMap" type="com.zksy.base.gas.domain.GasMonitorData">
|
|
|
|
|
|
|
+ <resultMap id="BaseResultMap" type="com.zksy.base.domain.com.zksy.telemetry.GasMonitorData">
|
|
|
<id property="id" column="id" jdbcType="VARCHAR"/>
|
|
<id property="id" column="id" jdbcType="VARCHAR"/>
|
|
|
<result property="frameType" column="frame_type" jdbcType="TINYINT"/>
|
|
<result property="frameType" column="frame_type" jdbcType="TINYINT"/>
|
|
|
<result property="macAddress" column="mac_address" jdbcType="VARCHAR"/>
|
|
<result property="macAddress" column="mac_address" jdbcType="VARCHAR"/>
|