From 7d74f3fd087d4a8192ed556a6c2e3a2ea3c81cff Mon Sep 17 00:00:00 2001 From: feiyu02 <risaku@163.com> Date: 星期五, 28 三月 2025 17:43:48 +0800 Subject: [PATCH] 1. 新增扬尘监测数据上传功能 --- src/main/kotlin/cn/flightfeather/supervision/business/crosstimechange/ProblemInfo.kt | 21 +++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/src/main/kotlin/cn/flightfeather/supervision/business/crosstimechange/ProblemInfo.kt b/src/main/kotlin/cn/flightfeather/supervision/business/crosstimechange/ProblemInfo.kt new file mode 100644 index 0000000..021f50b --- /dev/null +++ b/src/main/kotlin/cn/flightfeather/supervision/business/crosstimechange/ProblemInfo.kt @@ -0,0 +1,21 @@ +package cn.flightfeather.supervision.business.crosstimechange + +import cn.flightfeather.supervision.domain.ds1.entity.Problemlist +import cn.flightfeather.supervision.domain.ds1.entity.Subtask + +/** + * 闂鏁存敼鎯呭喌 + * @date 2024/12/20 + * @author feiyu02 + */ +class ProblemInfo { + + // 宸℃煡浠诲姟 + var subtask: Subtask? = null + + // 鍘嗗彶闂 + val pbList = mutableListOf<Problemlist?>() + + // 鍙璺ㄦ椂闂磋法鏈堝害鏁存敼鐨勯棶棰� + val pbChangeList = mutableListOf<Problemlist?>() +} \ No newline at end of file -- Gitblit v1.9.3