From 114f1bdb0715e9528656a4fb46b729db0d93ced4 Mon Sep 17 00:00:00 2001 From: dongqin <123456> Date: Tue, 7 May 2019 16:49:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=94=99=E5=88=AB=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/lyms/platform/common/enums/ServiceTypeEnums.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 1.8.3.1