feiyu02
2024-08-15 196bb14112448857a885e32dc4149e308e00b01a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?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>