From 6904763f0e74d9a9fa4dbc39f635d2aee39416c6 Mon Sep 17 00:00:00 2001
From: feiyu02 <risaku@163.com>
Date: 星期二, 30 九月 2025 09:34:22 +0800
Subject: [PATCH] 2025.9.30

---
 src/main/kotlin/cn/flightfeather/supervision/lightshare/vo/NotificationVo.kt |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/kotlin/cn/flightfeather/supervision/lightshare/vo/NotificationVo.kt b/src/main/kotlin/cn/flightfeather/supervision/lightshare/vo/NotificationVo.kt
index 10518b8..88dab77 100644
--- a/src/main/kotlin/cn/flightfeather/supervision/lightshare/vo/NotificationVo.kt
+++ b/src/main/kotlin/cn/flightfeather/supervision/lightshare/vo/NotificationVo.kt
@@ -42,10 +42,10 @@
         var hasSigned: Boolean? = false,
         //鏄惁闇�瑕佺鏀�
         var needSigned: Boolean? = false,
-        //鎺ユ敹鐢ㄦ埛绫诲瀷锛� -1 浠h〃鎵�鏈変汉
+        //鎺ユ敹鐢ㄦ埛绫诲瀷锛� 0 浠h〃鎵�鏈変汉, -1 浠h〃鏈缃�
         var receiverType: String = SceneType.NoType.value.toString(),
         //鎺ユ敹鐢ㄦ埛id锛� 浠� ; 鍒嗛殧
         var receiverId: String? = null,
-        //鍖哄幙
+        //鍖哄幙锛� 0 浠h〃鎵�鏈変汉, -1 浠h〃鏈缃�
         var district: String? = null
 )
\ No newline at end of file

--
Gitblit v1.9.3