src/main/kotlin/cn/flightfeather/supervision/domain/enumeration/UserType.kt
@@ -7,3 +7,12 @@ 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, "排污企业"), }