Commit 5a651c3a6da4c3becc6a14c8353ac00709398ac0
1 parent
e046eaaebe
Exists in
master
and in
1 other branch
增加胎盘枚举
Showing 2 changed files with 15 additions and 1 deletions
platform-common/src/main/java/com/lyms/platform/common/enums/ConfigTypeEnums.java
View file @
5a651c3
... | ... | @@ -17,7 +17,12 @@ |
17 | 17 | LIVE_TYPE("live",SystemConfig.LIVE_TYPE_ID), |
18 | 18 | LEVEL_TYPE("level",SystemConfig.LEVEL_TYPE_ID), |
19 | 19 | JWS("jws",SystemConfig.JIWANGSHI_ID), |
20 | - HIGH_RISK("hrisk",SystemConfig.HIGH_RISK_ID); | |
20 | + HIGH_RISK("hrisk",SystemConfig.HIGH_RISK_ID), | |
21 | + YDQJD("ydqjd",SystemConfig.YDQJD), | |
22 | + XX("xx",SystemConfig.XUEXING), | |
23 | + FXYS("fxys",SystemConfig.FXYS), | |
24 | + GWFZ("gwfz",SystemConfig.GWFZ) | |
25 | + ; | |
21 | 26 | |
22 | 27 | |
23 | 28 | private ConfigTypeEnums(String type,String value){ |
platform-common/src/main/java/com/lyms/platform/common/utils/SystemConfig.java
View file @
5a651c3
... | ... | @@ -35,5 +35,14 @@ |
35 | 35 | //高危id |
36 | 36 | public static final String HIGH_RISK_ID="fb43fd5a-b153-4cb9-9180-c46f5612ba43"; |
37 | 37 | |
38 | + //血型 | |
39 | + public static final String XUEXING ="5769eef90cf22c315757741f"; | |
40 | + //阴道清洁度 | |
41 | + public static final String YDQJD = "5769eef90cf22c3157577420"; | |
42 | + | |
43 | + //风险颜色 | |
44 | + public static final String FXYS = "5769eef90cf22c3157577421"; | |
45 | + //高危分值 | |
46 | + public static final String GWFZ = "5769eef90cf22c3157577422"; | |
38 | 47 | } |