riku
2021-09-24 4f1b7973c53b45f57e451191bfd5a3d2136a004c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?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_Create_Time" property="cmCreateTime" jdbcType="TIMESTAMP" />
  </resultMap>
  <sql id="Base_Column_List" >
    <!--
      WARNING - @mbg.generated
    -->
    CM_GUID, UI_GUID, CM_Url, CM_CreateTime
  </sql>
</mapper>