From c941ed6a432b8bab15a5930fbb32b1bc97778175 Mon Sep 17 00:00:00 2001
From: feiyu02 <risaku@163.com>
Date: 星期二, 09 一月 2024 17:25:15 +0800
Subject: [PATCH] 1. 多项调整

---
 src/main/kotlin/cn/flightfeather/supervision/lightshare/vo/ExcelConfigVo.kt |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/src/main/kotlin/cn/flightfeather/supervision/lightshare/vo/ExcelConfigVo.kt b/src/main/kotlin/cn/flightfeather/supervision/lightshare/vo/ExcelConfigVo.kt
index d12e8be..c3fdc6a 100644
--- a/src/main/kotlin/cn/flightfeather/supervision/lightshare/vo/ExcelConfigVo.kt
+++ b/src/main/kotlin/cn/flightfeather/supervision/lightshare/vo/ExcelConfigVo.kt
@@ -8,7 +8,7 @@
  * 瀵煎嚭宸℃煡浠诲姟excel鏂囦欢 鏉′欢绫�
  */
 data class ExcelConfigVo(
-        val topTaskGuid: String,
+        var topTaskGuid: String = "",
 
         val startTime: Date? = null,
         val endTime: Date? = null,
@@ -18,10 +18,13 @@
         val districtCode: String? = null,
         val townCode: String? = null,
 
-        val sceneType: Int? = null,
+        var sceneType: Int? = null,
 
         val subTaskIdList: List<String>? = null,
 
         val problemTypeName: String? = null,
-        val problemName: String? = null
+        val problemName: String? = null,
+
+        val mode: Int = 0,
+        val forceUpdate: Boolean = false
 )
\ No newline at end of file

--
Gitblit v1.9.3