<?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="com.dy.pipIrrGlobal.daoIr.IrIrrigateUnitMapper">
|
<resultMap id="BaseResultMap" type="com.dy.pipIrrGlobal.pojoIr.IrProject">
|
<!--@mbg.generated-->
|
<!--@Table ir_project-->
|
<id column="id" jdbcType="BIGINT" property="id" />
|
<result column="project_name" jdbcType="VARCHAR" property="projectName" />
|
<result column="province_id" jdbcType="BIGINT" property="provinceId" />
|
<result column="city_id" jdbcType="BIGINT" property="cityId" />
|
<result column="county_id" jdbcType="BIGINT" property="countyId" />
|
<result column="town_id" jdbcType="BIGINT" property="townId" />
|
<result column="village_id" jdbcType="BIGINT" property="villageId" />
|
<result column="project_state" jdbcType="TINYINT" property="projectState" />
|
<result column="remarks" jdbcType="VARCHAR" property="remarks" />
|
<result column="operator" jdbcType="BIGINT" property="operator" />
|
<result column="operate_time" jdbcType="TIMESTAMP" property="operateDt" />
|
<result column="deleted" jdbcType="TINYINT" property="deleted" />
|
</resultMap>
|
<sql id="Base_Column_List">
|
<!--@mbg.generated-->
|
id, project_name, province_id, city_id, county_id, town_id, `village_id`, project_state, remarks, `operator`,
|
operate_time, deleted
|
</sql>
|
</mapper>
|