|
@@ -19,7 +19,7 @@
|
|
|
<result property="wladdr" column="wladdr" jdbcType="INTEGER"/>
|
|
|
<result property="wltype" column="wltype" jdbcType="INTEGER"/>
|
|
|
<result property="wlfirstadd" column="wlfirstadd" jdbcType="INTEGER"/>
|
|
|
- <result property="wlzoom" column="wlzoom" jdbcType="INTEGER"/>
|
|
|
+ <result property="wlzoom" column="wlzoom" jdbcType="NUMERIC"/>
|
|
|
<result property="wllength" column="wllength" jdbcType="INTEGER"/>
|
|
|
<result property="wlunit" column="wlunit" jdbcType="INTEGER"/>
|
|
|
<result property="wloffset" column="wloffset" jdbcType="INTEGER"/>
|
|
@@ -27,10 +27,10 @@
|
|
|
<result property="wsaddr" column="wsaddr" jdbcType="INTEGER"/>
|
|
|
<result property="wstype" column="wstype" jdbcType="INTEGER"/>
|
|
|
<result property="wsfirstadd" column="wsfirstadd" jdbcType="INTEGER"/>
|
|
|
- <result property="wszoom" column="wszoom" jdbcType="INTEGER"/>
|
|
|
+ <result property="wszoom" column="wszoom" jdbcType="NUMERIC"/>
|
|
|
<result property="wslength" column="wslength" jdbcType="INTEGER"/>
|
|
|
<result property="wsunit" column="wsunit" jdbcType="INTEGER"/>
|
|
|
- <result property="wsoffset" column="wsoffset" jdbcType="INTEGER"/>
|
|
|
+ <result property="wsoffset" column="wsoffset" jdbcType="NUMERIC"/>
|
|
|
<result property="wsfactor" column="wsfactor" jdbcType="NUMERIC"/>
|
|
|
</resultMap>
|
|
|
|