From 196bb14112448857a885e32dc4149e308e00b01a Mon Sep 17 00:00:00 2001
From: feiyu02 <risaku@163.com>
Date: 星期四, 15 八月 2024 11:57:15 +0800
Subject: [PATCH] 2024.8.15 各项修正

---
 src/main/kotlin/cn/flightfeather/supervision/domain/enumeration/UserType.kt |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/src/main/kotlin/cn/flightfeather/supervision/domain/enumeration/UserType.kt b/src/main/kotlin/cn/flightfeather/supervision/domain/enumeration/UserType.kt
index 12f11bd..d91fcca 100644
--- a/src/main/kotlin/cn/flightfeather/supervision/domain/enumeration/UserType.kt
+++ b/src/main/kotlin/cn/flightfeather/supervision/domain/enumeration/UserType.kt
@@ -6,4 +6,13 @@
     Insider(1, "鍐呴儴浜哄憳"),
     Gov(2, "鏀垮簻閮ㄩ棬"),
     Enterprise(3, "浼佷笟")
+}
+
+enum class SubUserType(val value: Int, val des: String) {
+    Province(20, "鐪佺骇鏀垮簻"),
+    City(21, "甯傜骇鏀垮簻"),
+    District(22, "鍖虹骇鏀垮簻"),
+    Town(23, "闀囩骇鏀垮簻"),
+    Area(24, "闆嗕腑鍖�"),
+    Pollutant(30, "鎺掓薄浼佷笟"),
 }
\ No newline at end of file

--
Gitblit v1.9.3