|
|
|
@ -8,7 +8,6 @@
|
|
|
|
|
<id property="id" column="id" jdbcType="VARCHAR"/>
|
|
|
|
|
<result property="type" column="type" jdbcType="VARCHAR"/>
|
|
|
|
|
<result property="code" column="code" jdbcType="VARCHAR"/>
|
|
|
|
|
<result property="itemClass" column="item_class" jdbcType="VARCHAR"/>
|
|
|
|
|
<result property="itemName" column="item_name" jdbcType="VARCHAR"/>
|
|
|
|
|
<result property="locationName" column="location_name" jdbcType="VARCHAR"/>
|
|
|
|
|
<result property="info" column="info" jdbcType="VARCHAR"/>
|
|
|
|
@ -24,7 +23,7 @@
|
|
|
|
|
|
|
|
|
|
<sql id="Base_Column_List">
|
|
|
|
|
id
|
|
|
|
|
,type,item_class,item_name,location_name,
|
|
|
|
|
,type,item_name,location_name,
|
|
|
|
|
info,call_out_question,type_priority,item_priority,create_user_id,create_time,
|
|
|
|
|
update_user_id,update_time
|
|
|
|
|
</sql>
|
|
|
|
|