| | |
| | | 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; |
| | |
| | | */ |
| | | @TableField("c_emissions") |
| | | @JsonProperty("CEmissions") |
| | | @ExcelProperty(value = "油烟折算浓度", index =7) |
| | | private String cEmissions; |
| | | |
| | | /** |
| | |
| | | */ |
| | | @TableField("c_granule") |
| | | @JsonProperty("CGranule") |
| | | @ExcelProperty(value = "颗粒物折算浓度", index =9) |
| | | private String cGranule; |
| | | |
| | | /** |
| | |
| | | */ |
| | | @TableField("emissions_conc") |
| | | @JsonProperty("EmissionsConc") |
| | | @ExcelProperty(value = "油烟实时浓度", index =6) |
| | | private BigDecimal emissionsConc; |
| | | |
| | | /** |
| | |
| | | */ |
| | | @TableField("granule_conc") |
| | | @JsonProperty("GranuleConc") |
| | | @ExcelProperty(value = "颗粒物实时浓度", index =8) |
| | | private BigDecimal granuleConc; |
| | | |
| | | /** |
| | |
| | | */ |
| | | @TableField("hydrocarbon_conc") |
| | | @JsonProperty("HydrocarbonConc") |
| | | @ExcelProperty(value = "非甲烷总烃实时浓度", index =10) |
| | | private BigDecimal hydrocarbonConc; |
| | | |
| | | /** |
| | |
| | | */ |
| | | @TableField("locale") |
| | | @JsonProperty("Locale") |
| | | @ExcelProperty(value = "监测点名称", index = 1) |
| | | private String locale; |
| | | |
| | | /** |
| | |
| | | */ |
| | | @TableField("addr") |
| | | @JsonProperty("Addr") |
| | | @ExcelProperty(value = "安装地址", index = 2) |
| | | private String addr; |
| | | |
| | | /** |