Commit d93b91951c49b1fb8ba2540ccea89eef7a5d1785
1 parent
cbce8a02f5
Exists in
master
and in
1 other branch
增加
Showing 1 changed file with 3 additions and 1 deletions
platform-common/src/main/java/com/lyms/platform/common/enums/ConfigTypeEnums.java
View file @
d93b919
... | ... | @@ -15,7 +15,9 @@ |
15 | 15 | PROFESSION_TYPE("profession",SystemConfig.PROFESSION_TYPE_ID), |
16 | 16 | CENSUS_TYPE("census",SystemConfig.CENSUS_TYPE_ID), |
17 | 17 | LIVE_TYPE("live",SystemConfig.LIVE_TYPE_ID), |
18 | - LEVEL_TYPE("level",SystemConfig.LEVEL_TYPE_ID); | |
18 | + LEVEL_TYPE("level",SystemConfig.LEVEL_TYPE_ID), | |
19 | + JWS("jws",SystemConfig.JIWANGSHI_ID), | |
20 | + HIGH_RISK("hrisk",SystemConfig.HIGH_RISK_ID); | |
19 | 21 | |
20 | 22 | |
21 | 23 | private ConfigTypeEnums(String type,String value){ |