feiyu02
2024-11-19 752e00503f672ddfe2066afb6c235721a3a912b5
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, "排污企业"),
}