|
@@ -0,0 +1,47 @@
|
|
|
+<?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.bizmatics.persistence.mapper.SiteArchivesMapper">
|
|
|
+
|
|
|
+ <!-- 通用查询映射结果 -->
|
|
|
+ <resultMap id="BaseResultMap" type="com.bizmatics.model.SiteArchives">
|
|
|
+ <id column="id" property="id" />
|
|
|
+ <result column="sitedtl_id" property="sitedtlId" />
|
|
|
+ <result column="cable_hole_describe" property="cableHoleDescribe" />
|
|
|
+ <result column="cable_hole_picture" property="cableHolePicture" />
|
|
|
+ <result column="damage_describe" property="damageDescribe" />
|
|
|
+ <result column="damage_picture" property="damagePicture" />
|
|
|
+ <result column="water_leakage_describe" property="waterLeakageDescribe" />
|
|
|
+ <result column="water_leakage_picture" property="waterLeakagePicture" />
|
|
|
+ <result column="annihilator_insufficient_configuration_describe" property="annihilatorInsufficientConfigurationDescribe" />
|
|
|
+ <result column="annihilator_insufficient_configuration_picture" property="annihilatorInsufficientConfigurationPicture" />
|
|
|
+ <result column="annihilator_overdue_describe" property="annihilatorOverdueDescribe" />
|
|
|
+ <result column="annihilator_overdue_picture" property="annihilatorOverduePicture" />
|
|
|
+ <result column="pile_up_sundries_describe" property="pileUpSundriesDescribe" />
|
|
|
+ <result column="pile_up_sundries_picture" property="pileUpSundriesPicture" />
|
|
|
+ <result column="serious_ash_deposition_describe" property="seriousAshDepositionDescribe" />
|
|
|
+ <result column="serious_ash_deposition_picture" property="seriousAshDepositionPicture" />
|
|
|
+ <result column="around_environment_humid_describe" property="aroundEnvironmentHumidDescribe" />
|
|
|
+ <result column="around_environment_humid_picture" property="aroundEnvironmentHumidPicture" />
|
|
|
+ <result column="around_pile_up_sundries_describe" property="aroundPileUpSundriesDescribe" />
|
|
|
+ <result column="around_pile_up_sundries_picture" property="aroundPileUpSundriesPicture" />
|
|
|
+ <result column="no_electrician_describe" property="noElectricianDescribe" />
|
|
|
+ <result column="no_electrician_picture" property="noElectricianPicture" />
|
|
|
+ <result column="electrician_lack_describe" property="electricianLackDescribe" />
|
|
|
+ <result column="electrician_lack_picture" property="electricianLackPicture" />
|
|
|
+ <result column="overdue_electrician_certificate_describe" property="overdueElectricianCertificateDescribe" />
|
|
|
+ <result column="overdue_electrician_certificate_picture" property="overdueElectricianCertificatePicture" />
|
|
|
+ <result column="blanket_insufficient_configuration_describe" property="blanketInsufficientConfigurationDescribe" />
|
|
|
+ <result column="blanket_insufficient_configuration_picture" property="blanketInsufficientConfigurationPicture" />
|
|
|
+ <result column="ground_wire_describe" property="groundWireDescribe" />
|
|
|
+ <result column="ground_wire_picture" property="groundWirePicture" />
|
|
|
+ <result column="analog_screen_describe" property="analogScreenDescribe" />
|
|
|
+ <result column="analog_screen_picture" property="analogScreenPicture" />
|
|
|
+ <result column="door_baffle_describe" property="doorBaffleDescribe" />
|
|
|
+ <result column="door_baffle_picture" property="doorBafflePicture" />
|
|
|
+ <result column="charged_display_describe" property="chargedDisplayDescribe" />
|
|
|
+ <result column="charged_display_picture" property="chargedDisplayPicture" />
|
|
|
+ <result column="lighting_describe" property="lightingDescribe" />
|
|
|
+ <result column="lighting_picture" property="lightingPicture" />
|
|
|
+ </resultMap>
|
|
|
+
|
|
|
+</mapper>
|