feiyu02
2026-01-21 fe031e01cc1737c2f05a133fde7c36c7a2a7b4b4
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, "排污企业"),
}