<?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.MsgSubscribeWxMapper" >
|
<resultMap id="BaseResultMap" type="cn.flightfeather.supervision.domain.entity.MsgSubscribeWx" >
|
<!--
|
WARNING - @mbg.generated
|
-->
|
<id column="MS_ID" property="msId" jdbcType="INTEGER" />
|
<result column="MS_Template_Id" property="msTemplateId" jdbcType="VARCHAR" />
|
<result column="MS_Open_Id" property="msOpenId" jdbcType="VARCHAR" />
|
<result column="MS_Count" property="msCount" jdbcType="INTEGER" />
|
<result column="MS_Accept" property="msAccept" jdbcType="BIT" />
|
<result column="MS_Update_Time" property="msUpdateTime" jdbcType="TIMESTAMP" />
|
<result column="MS_Extension1" property="msExtension1" jdbcType="VARCHAR" />
|
<result column="MS_Extension2" property="msExtension2" jdbcType="VARCHAR" />
|
<result column="MS_Extension3" property="msExtension3" jdbcType="VARCHAR" />
|
<result column="MS_Remark" property="msRemark" jdbcType="VARCHAR" />
|
</resultMap>
|
<sql id="Base_Column_List" >
|
<!--
|
WARNING - @mbg.generated
|
-->
|
MS_ID, MS_Template_Id, MS_Open_Id, MS_Count, MS_Accept, MS_Update_Time, MS_Extension1,
|
MS_Extension2, MS_Extension3, MS_Remark
|
</sql>
|
</mapper>
|