|
|
@@ -12,17 +12,13 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
|
<result property="name" column="name" /> |
|
|
|
<result property="type" column="type" /> |
|
|
|
<result property="roadId" column="road_id" /> |
|
|
|
<!-- <result property="roadName" column="road_name" />--> |
|
|
|
<result property="sectionId" column="section_id" /> |
|
|
|
<!-- <result property="sectionName" column="section_name" />--> |
|
|
|
<result property="inspectionType" column="inspection_type" /> |
|
|
|
<result property="inspectionCycleId" column="inspection_cycleId_id" /> |
|
|
|
<result property="inspectionCycleId" column="inspection_cycle_id" /> |
|
|
|
<result property="airportTaskId" column="airport_task_id" /> |
|
|
|
<result property="airportId" column="airport_id" /> |
|
|
|
<!-- <result property="airportName" column="airport_name" />--> |
|
|
|
<result property="droneId" column="drone_id" /> |
|
|
|
<result property="inspectionLine" column="inspection_line" /> |
|
|
|
<!-- <result property="inspectionLineName" column="inspection_line_name" />--> |
|
|
|
<result property="equipmentId" column="equipment_id" /> |
|
|
|
<result property="equipmentName" column="equipment_name" /> |
|
|
|
<result property="equipmentMountId" column="equipment_mount_id" /> |