feiyu02
2024-11-19 752e00503f672ddfe2066afb6c235721a3a912b5
src/main/kotlin/cn/flightfeather/supervision/lightshare/vo/DataVo.kt
@@ -16,5 +16,9 @@
        @ApiModelProperty(value = "数据值", notes = "单位:mg/m³")
        var value: Double = 0.0,
        @ApiModelProperty(value = "站点编号")
        var mnCode: String? = null
        var mnCode: String? = null,
        @ApiModelProperty(value = "站点名称")
        var siteName: String? = null,
        @ApiModelProperty(value = "站点供应商")
        var supplier: String? = null,
)