|
|
|
@ -20,6 +20,7 @@ public enum DictTypeEnum { |
|
|
|
USER_DEMAND_REPORT_TYPE("user_demand_report_type","居民需求上报类型",9), |
|
|
|
USER_DEMAND_SERVICE_TYPE("user_demand_service_type","居民需求服务方类型",10), |
|
|
|
AGE_GROUP("age_group", "年龄范围", 11), |
|
|
|
PATROL_WORK_TYPE("patrol_work_type", "例行工作分类", 13), |
|
|
|
; |
|
|
|
|
|
|
|
private final String code; |
|
|
|
|