diff --git a/platform-common/src/main/java/com/lyms/platform/common/enums/ConfigTypeEnums.java b/platform-common/src/main/java/com/lyms/platform/common/enums/ConfigTypeEnums.java index bd1bfc7..a7a46f7 100644 --- a/platform-common/src/main/java/com/lyms/platform/common/enums/ConfigTypeEnums.java +++ b/platform-common/src/main/java/com/lyms/platform/common/enums/ConfigTypeEnums.java @@ -17,7 +17,12 @@ public enum ConfigTypeEnums { LIVE_TYPE("live",SystemConfig.LIVE_TYPE_ID), LEVEL_TYPE("level",SystemConfig.LEVEL_TYPE_ID), JWS("jws",SystemConfig.JIWANGSHI_ID), - HIGH_RISK("hrisk",SystemConfig.HIGH_RISK_ID); + HIGH_RISK("hrisk",SystemConfig.HIGH_RISK_ID), + YDQJD("ydqjd",SystemConfig.YDQJD), + XX("xx",SystemConfig.XUEXING), + FXYS("fxys",SystemConfig.FXYS), + GWFZ("gwfz",SystemConfig.GWFZ) + ; private ConfigTypeEnums(String type,String value){ diff --git a/platform-common/src/main/java/com/lyms/platform/common/utils/SystemConfig.java b/platform-common/src/main/java/com/lyms/platform/common/utils/SystemConfig.java index b125121..99ae9b6 100644 --- a/platform-common/src/main/java/com/lyms/platform/common/utils/SystemConfig.java +++ b/platform-common/src/main/java/com/lyms/platform/common/utils/SystemConfig.java @@ -35,4 +35,13 @@ public class SystemConfig { //高危id public static final String HIGH_RISK_ID="fb43fd5a-b153-4cb9-9180-c46f5612ba43"; + //血型 + public static final String XUEXING ="5769eef90cf22c315757741f"; + //阴道清洁度 + public static final String YDQJD = "5769eef90cf22c3157577420"; + + //风险颜色 + public static final String FXYS = "5769eef90cf22c3157577421"; + //高危分值 + public static final String GWFZ = "5769eef90cf22c3157577422"; }