|
@@ -4,12 +4,12 @@
|
|
|
<resultMap id="BaseResultMap" type="cn.com.ty.lift.business.library.dao.entity.Lift" >
|
|
|
<id column="id" property="id" jdbcType="BIGINT" />
|
|
|
<result column="registration_code" property="registrationCode" jdbcType="VARCHAR" />
|
|
|
- <result column="category" property="category" jdbcType="TINYINT" />
|
|
|
+ <result column="category" property="category" jdbcType="INTEGER" />
|
|
|
<result column="lift_type" property="liftType" jdbcType="INTEGER" />
|
|
|
<result column="lift_code" property="liftCode" jdbcType="CHAR" />
|
|
|
<result column="manufacture_date" property="manufactureDate" jdbcType="DATE" />
|
|
|
<result column="factory_code" property="factoryCode" jdbcType="VARCHAR" />
|
|
|
- <result column="device_usage" property="deviceUsage" jdbcType="TINYINT" />
|
|
|
+ <result column="device_usage" property="deviceUsage" jdbcType="INTEGER" />
|
|
|
<result column="lift_brand" property="liftBrand" jdbcType="VARCHAR" />
|
|
|
<result column="install_company" property="installCompany" jdbcType="VARCHAR" />
|
|
|
<result column="lift_model" property="liftModel" jdbcType="VARCHAR" />
|
|
@@ -24,7 +24,7 @@
|
|
|
<result column="motor_power" property="motorPower" jdbcType="DECIMAL" />
|
|
|
<result column="rated_speed" property="ratedSpeed" jdbcType="DECIMAL" />
|
|
|
<result column="layer_station_door" property="layerStationDoor" jdbcType="VARCHAR" />
|
|
|
- <result column="clamp_type" property="clampType" jdbcType="TINYINT" />
|
|
|
+ <result column="clamp_type" property="clampType" jdbcType="INTEGER" />
|
|
|
<result column="reform_company" property="reformCompany" jdbcType="VARCHAR" />
|
|
|
<result column="device_position" property="devicePosition" jdbcType="VARCHAR" />
|
|
|
<result column="coordinate" property="coordinate" jdbcType="VARCHAR" />
|
|
@@ -34,7 +34,7 @@
|
|
|
<result column="steel_belt" property="steelBelt" jdbcType="INTEGER" />
|
|
|
<result column="cylinder_type" property="cylinderType" jdbcType="VARCHAR" />
|
|
|
<result column="cylinder_num" property="cylinderNum" jdbcType="INTEGER" />
|
|
|
- <result column="top_type" property="topType" jdbcType="TINYINT" />
|
|
|
+ <result column="top_type" property="topType" jdbcType="INTEGER" />
|
|
|
<result column="control_type" property="controlType" jdbcType="VARCHAR" />
|
|
|
<result column="mpa" property="mpa" jdbcType="INTEGER" />
|
|
|
<result column="factory" property="factory" jdbcType="VARCHAR" />
|
|
@@ -44,7 +44,7 @@
|
|
|
<result column="agency" property="agency" jdbcType="VARCHAR" />
|
|
|
<result column="reform_date" property="reformDate" jdbcType="TIMESTAMP" />
|
|
|
<result column="install_date" property="installDate" jdbcType="TIMESTAMP" />
|
|
|
- <result column="inner_floor" property="innerFloor" jdbcType="TINYINT" />
|
|
|
+ <result column="inner_floor" property="innerFloor" jdbcType="INTEGER" />
|
|
|
<result column="annual_inspection_date" property="annualInspectionDate" jdbcType="DATE" />
|
|
|
<result column="area_code" property="areaCode" jdbcType="CHAR" />
|
|
|
<result column="device_id" property="deviceId" jdbcType="VARCHAR" />
|