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/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