<?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="cn.flightfeather.supervision.domain.mapper.LogMsgSubscribeWxMapper" >
|
<resultMap id="BaseResultMap" type="cn.flightfeather.supervision.domain.entity.LogMsgSubscribeWx" >
|
<!--
|
WARNING - @mbg.generated
|
-->
|
<id column="LMS_ID" property="lmsId" jdbcType="INTEGER" />
|
<result column="LMS_Open_Id" property="lmsOpenId" jdbcType="VARCHAR" />
|
<result column="LMS_Template_Id" property="lmsTemplateId" jdbcType="VARCHAR" />
|
<result column="LMS_Data" property="lmsData" jdbcType="VARCHAR" />
|
<result column="LMS_Time" property="lmsTime" jdbcType="TIMESTAMP" />
|
<result column="LMS_Msg_Id" property="lmsMsgId" jdbcType="VARCHAR" />
|
<result column="LMS_Result" property="lmsResult" jdbcType="BIT" />
|
<result column="LMS_Extension1" property="lmsExtension1" jdbcType="VARCHAR" />
|
<result column="LMS_Extension2" property="lmsExtension2" jdbcType="VARCHAR" />
|
<result column="LMS_Extension3" property="lmsExtension3" jdbcType="VARCHAR" />
|
<result column="LMS_Remark" property="lmsRemark" jdbcType="VARCHAR" />
|
</resultMap>
|
<sql id="Base_Column_List" >
|
<!--
|
WARNING - @mbg.generated
|
-->
|
LMS_ID, LMS_Open_Id, LMS_Template_Id, LMS_Data, LMS_Time, LMS_Msg_Id, LMS_Result,
|
LMS_Extension1, LMS_Extension2, LMS_Extension3, LMS_Remark
|
</sql>
|
</mapper>
|