From 1897c4ad5fa73b3f0a36e1aa0e1e9000302a6ace Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期五, 31 十月 2025 17:35:09 +0800
Subject: [PATCH] 2025.10.31 1. 新增巡查场景历史详情相关数据逻辑(待完成);
---
app/src/main/java/cn/flightfeather/thirdappmodule/bean/vo/DPProblemRecurrence.kt | 26 ++++++++++++++++++++++++++
1 files changed, 26 insertions(+), 0 deletions(-)
diff --git a/app/src/main/java/cn/flightfeather/thirdappmodule/bean/vo/DPProblemRecurrence.kt b/app/src/main/java/cn/flightfeather/thirdappmodule/bean/vo/DPProblemRecurrence.kt
new file mode 100644
index 0000000..8595b92
--- /dev/null
+++ b/app/src/main/java/cn/flightfeather/thirdappmodule/bean/vo/DPProblemRecurrence.kt
@@ -0,0 +1,26 @@
+package cn.flightfeather.thirdappmodule.bean.vo
+
+import cn.flightfeather.thirdappmodule.bean.entity.Problemtype
+
+/**
+ * 闂閲嶅鎯呭喌
+ * @date 2025/10/30
+ * @author feiyu02
+ */
+class DPProblemRecurrence {
+
+ // 闂鏍囩
+ var problemTag:String? = null
+
+ // 闂绫诲瀷
+ var problemType: Problemtype? = null
+
+ // 鍑虹幇娆℃暟
+ var count = 0
+
+ // 鏁存敼鏁�
+ var changeCount = 0
+
+ // 鏁存敼鐜�
+ var changePer: Double = 0.0
+}
\ No newline at end of file
--
Gitblit v1.9.3