diff --git a/platform-common/src/main/java/com/lyms/platform/common/enums/ServiceTypeEnums.java b/platform-common/src/main/java/com/lyms/platform/common/enums/ServiceTypeEnums.java index 419052d..027b1ad 100644 --- a/platform-common/src/main/java/com/lyms/platform/common/enums/ServiceTypeEnums.java +++ b/platform-common/src/main/java/com/lyms/platform/common/enums/ServiceTypeEnums.java @@ -25,7 +25,7 @@ public enum ServiceTypeEnums { ADD_BLOOD_SUGAR_MONITOR_SERVICE(3,"血糖监测服务"), ADD_WEIGHT_MONITOR_SERVICE(4,"体重监测服务"), NO_SERVICE(5,"无服务"), - NOTIFICATION_SERVICE(6,"精准医疗服务"); + NOTIFICATION_SERVICE(6,"服务开通通知"); private ServiceTypeEnums(int id, String name){ this.name=name;