22 lines
1.3 KiB
XML
22 lines
1.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
|
<mapper namespace="com.aizuda.easy.retry.template.datasource.persistence.mapper.NotifyConfigMapper">
|
|
<resultMap id="BaseResultMap" type="com.aizuda.easy.retry.template.datasource.persistence.po.NotifyConfig">
|
|
<id column="id" jdbcType="BIGINT" property="id" />
|
|
<result column="group_name" jdbcType="VARCHAR" property="groupName" />
|
|
<result column="notify_type" jdbcType="TINYINT" property="notifyType" />
|
|
<result column="notify_attribute" jdbcType="VARCHAR" property="notifyAttribute" />
|
|
<result column="notify_threshold" jdbcType="TINYINT" property="notifyThreshold" />
|
|
<result column="notify_scene" jdbcType="TINYINT" property="notifyScene" />
|
|
<result column="description" jdbcType="VARCHAR" property="description" />
|
|
<result column="create_dt" jdbcType="TIMESTAMP" property="createDt" />
|
|
<result column="update_dt" jdbcType="TIMESTAMP" property="updateDt" />
|
|
</resultMap>
|
|
|
|
<sql id="Base_Column_List">
|
|
id, group_name, notify_type, notify_attribute, notify_threshold, notify_scene, description,
|
|
create_dt, update_dt
|
|
</sql>
|
|
|
|
</mapper>
|