|
|
|
@ -15,6 +15,7 @@
|
|
|
|
|
typeHandler="com.supervision.handler.StringListTypeHandler"/>
|
|
|
|
|
<result property="codePriority" column="code_priority" jdbcType="INTEGER"/>
|
|
|
|
|
<result property="typePriority" column="type_priority" jdbcType="INTEGER"/>
|
|
|
|
|
<result property="description" column="description" jdbcType="VARCHAR"/>
|
|
|
|
|
<result property="createUserId" column="create_user_id" jdbcType="VARCHAR"/>
|
|
|
|
|
<result property="createTime" column="create_time" jdbcType="TIMESTAMP"/>
|
|
|
|
|
<result property="updateUserId" column="update_user_id" jdbcType="VARCHAR"/>
|
|
|
|
@ -24,7 +25,7 @@
|
|
|
|
|
<sql id="Base_Column_List">
|
|
|
|
|
id
|
|
|
|
|
,type,code,icon_base64
|
|
|
|
|
tool_name,require_location,type_priority,code_priority,
|
|
|
|
|
tool_name,require_location,type_priority,code_priority,description,
|
|
|
|
|
create_user_id, create_time,update_user_id,update_time
|
|
|
|
|
</sql>
|
|
|
|
|
</mapper>
|
|
|
|
|