<?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.ds1.mapper.ScoreMapper" >
|
<resultMap id="BaseResultMap" type="cn.flightfeather.supervision.domain.ds1.entity.Score" >
|
<!--
|
WARNING - @mbg.generated
|
-->
|
<id column="Id" property="id" jdbcType="INTEGER" />
|
<result column="Scene_Id" property="sceneId" jdbcType="VARCHAR" />
|
<result column="Scene_Name" property="sceneName" jdbcType="VARCHAR" />
|
<result column="Year" property="year" jdbcType="INTEGER" />
|
<result column="Month" property="month" jdbcType="INTEGER" />
|
<result column="District_Code" property="districtCode" jdbcType="VARCHAR" />
|
<result column="District_Name" property="districtName" jdbcType="VARCHAR" />
|
<result column="Score" property="score" jdbcType="INTEGER" />
|
<result column="Completion" property="completion" jdbcType="BIT" />
|
</resultMap>
|
<sql id="Base_Column_List" >
|
<!--
|
WARNING - @mbg.generated
|
-->
|
Id, Scene_Id, Scene_Name, Year, Month, District_Code, District_Name, Score, Completion
|
</sql>
|
</mapper>
|