zhanghua
2025-07-16 c4c1c6cf89781eb06dc02b677a8954fdb2666c43
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<?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.ycl.mapper.smoke.OdsLocaleMapper">
 
    <!-- 通用查询映射结果 -->
    <resultMap id="BaseResultMap" type="com.ycl.entity.smoke.OdsLocale">
        <id column="id" property="id" />
        <result column="n_name" property="nName" />
        <result column="owner" property="owner" />
        <result column="cuisine" property="cuisine" />
        <result column="customer_id" property="customerId" />
        <result column="fan_speed" property="fanSpeed" />
        <result column="fan_quantity" property="fanQuantity" />
        <result column="pipe_area" property="pipeArea" />
        <result column="stove_num" property="stoveNum" />
        <result column="offline_judge" property="offlineJudge" />
        <result column="fan_status" property="fanStatus" />
        <result column="filter_info" property="filterInfo" />
        <result column="filter_status" property="filterStatus" />
        <result column="samplings" property="samplings" />
        <result column="link_status" property="linkStatus" />
        <result column="emissions_sill" property="emissionsSill" />
        <result column="stove_area" property="stoveArea" />
        <result column="exhaust_time" property="exhaustTime" />
        <result column="remark" property="remark" />
        <result column="addr" property="addr" />
        <result column="area_id" property="areaId" />
        <result column="lng" property="lng" />
        <result column="lat" property="lat" />
        <result column="creator" property="creator" />
        <result column="create_at" property="createAt" />
        <result column="status" property="status" />
        <result column="granule_sill" property="granuleSill" />
        <result column="hydrocarbon_sill" property="hydrocarbonSill" />
        <result column="health_code_color" property="healthCodeColor" />
        <result column="mn_last" property="mnLast" />
        <result column="locale_pics" property="localePics" />
        <result column="mn_typ_last" property="mnTypLast" />
        <result column="fan_info" property="fanInfo" />
        <result column="power_supply_mode" property="powerSupplyMode" />
        <result column="link_ratio_sill" property="linkRatioSill" />
        <result column="maintainer_id" property="maintainerId" />
        <result column="health_code_x" property="healthCodeX" />
        <result column="health_code_value1" property="healthCodeValue1" />
        <result column="health_code_value2" property="healthCodeValue2" />
        <result column="health_code_value3" property="healthCodeValue3" />
        <result column="health_code_value4" property="healthCodeValue4" />
        <result column="health_code_value5" property="healthCodeValue5" />
        <result column="health_code_value6" property="healthCodeValue6" />
        <result column="abnormal_value7" property="abnormalValue7" />
        <result column="abnormal_value78" property="abnormalValue8" />
        <result column="abnormal_value79" property="abnormalValue9" />
        <result column="abnormal_value710" property="abnormalValue10" />
        <result column="ali_iot_device_name" property="aliIotDeviceName" />
        <result column="aliIot" property="aliIot" />
        <result column="created_at" property="createdAt" />
        <result column="updated_at" property="updatedAt" />
        <result column="health_code_value11" property="healthCodeValue11" />
        <result column="health_code_value12" property="healthCodeValue12" />
        <result column="send_mode" property="sendMode" />
        <result column="surpass_calc_method" property="surpassCalcMethod" />
        <result column="fan_standard_current" property="fanStandardCurrent" />
        <result column="filter_standard_current" property="filterStandardCurrent" />
        <result column="status_of_record" property="statusOfRecord" />
        <result column="remark_of_record" property="remarkOfRecord" />
        <result column="cause" property="cause" />
    </resultMap>
 
    <!-- 通用查询结果列 -->
    <sql id="Base_Column_List">
        id, n_name, owner, cuisine, customer_id, customer, fan_speed, fan_quantity, pipe_area, stove_num, offline_judge, fan_status, filter_info, filter_status, samplings, link_status, emissions_sill, stove_area, exhaust_time, remark, addr, area_id, lng, lat, creator, create_at, status, granule_sill, hydrocarbon_sill, health_code_color, mn_last, locale_pics, mn_typ_last, fan_info, power_supply_mode, link_ratio_sill, maintainer_id, health_code_x, health_code_value1, health_code_value2, health_code_value3, health_code_value4, health_code_value5, health_code_valuee6, abnormal_value7, abnormal_value78, abnormal_value79, abnormal_value710, aliIot_device_name, aliIot, created_at, updated_at, health_code_value11, health_code_value12, send_mode, surpass_calc_method, fan_standardurrent, filter_standard_current, status_of_record, remark_of_record, cause
    </sql>
 
</mapper>