Commit c89ca936 authored by zhoushiguang's avatar zhoushiguang

loacl commit

parent 488a35f5
<?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.wanji.indicators.mapper.ForeignDeviceMapper">
<sql id="Base_Column_List">
id,lane_id,code,sort,type,dir,turn,category,cross_id,rid,segment_id,length,width,wkt,gmt_create,gmt_modified,end_angle,manufacturer,cross_name,signal_ip,signal_id,cross_lon,cross_lat,device_type,section_no,device_lon,device_lat,device_ip,device_no
</sql>
<select id="selectAllDevices" resultType="com.wanji.indicators.entity.ForeignDevicePO">
select <include refid="Base_Column_List"/>
from t_foreign_device
</select>
</mapper>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment