<?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.NightConstructionMapper" >
|
<resultMap id="BaseResultMap" type="cn.flightfeather.supervision.domain.ds1.entity.NightConstruction" >
|
<!--
|
WARNING - @mbg.generated
|
-->
|
<id column="NC_Id" property="ncId" jdbcType="INTEGER" />
|
<result column="NC_Num" property="ncNum" jdbcType="VARCHAR" />
|
<result column="NC_Item_Name" property="ncItemName" jdbcType="VARCHAR" />
|
<result column="NC_Item_Unit" property="ncItemUnit" jdbcType="VARCHAR" />
|
<result column="NC_Province_Code" property="ncProvinceCode" jdbcType="VARCHAR" />
|
<result column="NC_Province_Name" property="ncProvinceName" jdbcType="VARCHAR" />
|
<result column="NC_City_Code" property="ncCityCode" jdbcType="VARCHAR" />
|
<result column="NC_City_Name" property="ncCityName" jdbcType="VARCHAR" />
|
<result column="NC_District_Code" property="ncDistrictCode" jdbcType="VARCHAR" />
|
<result column="NC_District_Name" property="ncDistrictName" jdbcType="VARCHAR" />
|
<result column="NC_Construction_Unit" property="ncConstructionUnit" jdbcType="VARCHAR" />
|
<result column="NC_Person" property="ncPerson" jdbcType="VARCHAR" />
|
<result column="NC_Apply_Content" property="ncApplyContent" jdbcType="VARCHAR" />
|
<result column="NC_Start_Date" property="ncStartDate" jdbcType="DATE" />
|
<result column="NC_End_Date" property="ncEndDate" jdbcType="DATE" />
|
<result column="NC_File_Name" property="ncFileName" jdbcType="VARCHAR" />
|
<result column="NC_Create_Time" property="ncCreateTime" jdbcType="TIMESTAMP" />
|
<result column="NC_Url" property="ncUrl" jdbcType="VARCHAR" />
|
<result column="NC_User_Id" property="ncUserId" jdbcType="VARCHAR" />
|
<result column="NC_Scene_Id" property="ncSceneId" jdbcType="VARCHAR" />
|
<result column="NC_Read" property="ncRead" jdbcType="BIT" />
|
</resultMap>
|
<sql id="Base_Column_List" >
|
<!--
|
WARNING - @mbg.generated
|
-->
|
NC_Id, NC_Num, NC_Item_Name, NC_Item_Unit, NC_Province_Code, NC_Province_Name, NC_City_Code,
|
NC_City_Name, NC_District_Code, NC_District_Name, NC_Construction_Unit, NC_Person,
|
NC_Apply_Content, NC_Start_Date, NC_End_Date, NC_File_Name, NC_Create_Time, NC_Url,
|
NC_User_Id, NC_Scene_Id, NC_Read
|
</sql>
|
</mapper>
|