<?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.gk.hotwork.Mapper.TaskLocationInfoMapper" >
|
<resultMap id="BaseResultMap" type="com.gk.hotwork.Domain.TaskLocationInfo" >
|
<!-- -->
|
<id column="id" property="id" jdbcType="BIGINT" />
|
<result column="taskcode" property="taskcode" jdbcType="VARCHAR" />
|
<result column="taskworker" property="taskworker" jdbcType="VARCHAR" />
|
<result column="longitude" property="longitude" jdbcType="VARCHAR" />
|
<result column="latitude" property="latitude" jdbcType="VARCHAR" />
|
<result column="updatetime" property="updatetime" jdbcType="TIMESTAMP" />
|
</resultMap>
|
<sql id="Base_Column_List" >
|
<!-- -->
|
id, taskcode, taskworker, longitude, latitude, updatetime
|
</sql>
|
|
|
</mapper>
|