From 36680087df02080833c319a7a70f083585fad295 Mon Sep 17 00:00:00 2001 From: feiyu02 <risaku@163.com> Date: 星期五, 09 五月 2025 12:27:33 +0800 Subject: [PATCH] 1. 添加了动态污染溯源相关功能逻辑 --- src/main/kotlin/com/flightfeather/uav/lightshare/bean/DataVo.kt | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/main/kotlin/com/flightfeather/uav/lightshare/bean/DataVo.kt b/src/main/kotlin/com/flightfeather/uav/lightshare/bean/DataVo.kt index 7ac9d4b..ab8b068 100644 --- a/src/main/kotlin/com/flightfeather/uav/lightshare/bean/DataVo.kt +++ b/src/main/kotlin/com/flightfeather/uav/lightshare/bean/DataVo.kt @@ -1,6 +1,5 @@ package com.flightfeather.uav.lightshare.bean -import com.fasterxml.jackson.annotation.JsonIgnore import com.fasterxml.jackson.annotation.JsonInclude import com.flightfeather.uav.model.BaseMData import com.flightfeather.uav.socket.bean.AirData -- Gitblit v1.9.3