<?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.CommitmentMapper" >
|
<resultMap id="BaseResultMap" type="cn.flightfeather.supervision.domain.entity.Commitment" >
|
<!--
|
WARNING - @mbg.generated
|
-->
|
<id column="CM_GUID" property="cmGuid" jdbcType="VARCHAR" />
|
<result column="UI_GUID" property="uiGuid" jdbcType="VARCHAR" />
|
<result column="CM_Url" property="cmUrl" jdbcType="VARCHAR" />
|
<result column="CM_Pdf_Url" property="cmPdfUrl" jdbcType="VARCHAR" />
|
<result column="CM_Create_Time" property="cmCreateTime" jdbcType="TIMESTAMP" />
|
</resultMap>
|
<sql id="Base_Column_List" >
|
<!--
|
WARNING - @mbg.generated
|
-->
|
CM_GUID, UI_GUID, CM_Url, CM_Pdf_Url, CM_CreateTime
|
</sql>
|
</mapper>
|