zhanghua
2025-04-14 1cad14bca191807e18705c3a5526eda8151be439
ycl-platform/src/main/java/com/ycl/entity/smoke/OdsInTime.java
@@ -1,5 +1,6 @@
package com.ycl.entity.smoke;
import com.alibaba.excel.annotation.ExcelProperty;
import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
@@ -51,6 +52,7 @@
     */
    @TableField("c_emissions")
    @JsonProperty("CEmissions")
    @ExcelProperty(value = "油烟折算浓度", index =7)
    private String cEmissions;
    /**
@@ -58,6 +60,7 @@
     */
    @TableField("c_granule")
    @JsonProperty("CGranule")
    @ExcelProperty(value = "颗粒物折算浓度", index =9)
    private String cGranule;
    /**
@@ -72,6 +75,7 @@
     */
    @TableField("emissions_conc")
    @JsonProperty("EmissionsConc")
    @ExcelProperty(value = "油烟实时浓度", index =6)
    private BigDecimal emissionsConc;
    /**
@@ -79,6 +83,7 @@
     */
    @TableField("granule_conc")
    @JsonProperty("GranuleConc")
    @ExcelProperty(value = "颗粒物实时浓度", index =8)
    private BigDecimal granuleConc;
    /**
@@ -86,6 +91,7 @@
     */
    @TableField("hydrocarbon_conc")
    @JsonProperty("HydrocarbonConc")
    @ExcelProperty(value = "非甲烷总烃实时浓度", index =10)
    private BigDecimal hydrocarbonConc;
    /**
@@ -144,6 +150,7 @@
     */
    @TableField("locale")
    @JsonProperty("Locale")
    @ExcelProperty(value = "监测点名称", index = 1)
    private String locale;
    /**
@@ -165,6 +172,7 @@
     */
    @TableField("addr")
    @JsonProperty("Addr")
    @ExcelProperty(value = "安装地址", index = 2)
    private String addr;
    /**