From 87e5604ad04c0b7aaacf3d52bae85e62d308cb6d Mon Sep 17 00:00:00 2001
From: zuoxiao <lf_zuo@163.com>
Date: 星期四, 26 六月 2025 16:41:02 +0800
Subject: [PATCH] refactor(generallibrary):重构开卡成功界面并移除未使用的开卡界面

---
 generallibrary/src/main/java/com/dayu/general/tool/CardOperationType.kt |   27 +++++++++++++++++++++++++--
 1 files changed, 25 insertions(+), 2 deletions(-)

diff --git a/generallibrary/src/main/java/com/dayu/general/tool/CardOperationType.kt b/generallibrary/src/main/java/com/dayu/general/tool/CardOperationType.kt
index aee7aa4..cfe0689 100644
--- a/generallibrary/src/main/java/com/dayu/general/tool/CardOperationType.kt
+++ b/generallibrary/src/main/java/com/dayu/general/tool/CardOperationType.kt
@@ -10,8 +10,19 @@
     object CancelCard : CardOperationType(3, "閿�鍗�")
     object ReplaceCard : CardOperationType(4, "琛ュ崱")
     object DeductCard : CardOperationType(5, "琛ユ墸")
-    object CleanCard : CardOperationType(6, "娓呴浂鍗�")
-    object CheckCard : CardOperationType(7, "妫�鏌ュ崱")
+    object SUPPLEMENT : CardOperationType(6, "杩旇繕")
+    object MANAGEMENT_CARD_WRITE : CardOperationType(7, "绠$悊绫诲瀷鍗″啓鍗�")
+
+    // 绠$悊鍗″埗浣滄搷浣滅被鍨嬶紙浣跨敤100+鐨勪唬鐮侊級
+    object RegionCardMake : CardOperationType(100, "鍒朵綔鍖哄煙琛ㄥ彿鍗�")
+    object CheckCardMake : CardOperationType(101, "鍒朵綔妫�鏌ュ崱")
+    object DebugCardMake : CardOperationType(102, "鍒朵綔璋冭瘯鍗�")
+    object CleanCardMake : CardOperationType(103, "鍒朵綔娓呴浂鍗�")
+    object IpCardMake : CardOperationType(104, "鍒朵綔IP璁剧疆鍗�")
+    object AreaCardMake : CardOperationType(105, "鍒朵綔鍩熷悕璁剧疆鍗�")
+    object GpsCardMake : CardOperationType(106, "鍒朵綔GPS鍗�")
+    object ValveTimeCardMake : CardOperationType(107, "鍒朵綔鏃堕棿閰嶇疆鍗�")
+    object ElectricPriceCardMake : CardOperationType(108, "鍒朵綔鍙栨暟鍗�")
 
     companion object {
         fun fromCode(code: Int): CardOperationType? {
@@ -21,6 +32,18 @@
                 3 -> CancelCard
                 4 -> ReplaceCard
                 5 -> DeductCard
+                6 -> SUPPLEMENT
+                7 -> MANAGEMENT_CARD_WRITE
+                // 绠$悊鍗″埗浣滄搷浣滅被鍨�
+                100 -> RegionCardMake
+                101 -> CheckCardMake
+                102 -> DebugCardMake
+                103 -> CleanCardMake
+                104 -> IpCardMake
+                105 -> AreaCardMake
+                106 -> GpsCardMake
+                107 -> ValveTimeCardMake
+                108 -> ElectricPriceCardMake
                 else -> null
             }
         }

--
Gitblit v1.8.0