From 54ac4917baf6028ecc7acc618e0f38a6bc921e17 Mon Sep 17 00:00:00 2001 From: dongqin <123456> Date: Fri, 10 May 2019 08:47:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9C=8D=E5=8A=A1=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E7=9A=84=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/com/lyms/platform/common/enums/ServiceTypeEnums.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 027b1ad..65f8758 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 @@ -21,9 +21,9 @@ public enum ServiceTypeEnums { //ADD_SERVICE(1,"增值服务"), ADD_SERVICE(1,"精准医疗服务"), - ADD_BLOOD_PRESSURE_MONITOR_SERVICE(2,"血压监测服务"), + ADD_WEIGHT_MONITOR_SERVICE(2,"体重监测服务"), ADD_BLOOD_SUGAR_MONITOR_SERVICE(3,"血糖监测服务"), - ADD_WEIGHT_MONITOR_SERVICE(4,"体重监测服务"), + ADD_BLOOD_PRESSURE_MONITOR_SERVICE(4,"血压监测服务"), NO_SERVICE(5,"无服务"), NOTIFICATION_SERVICE(6,"服务开通通知"); -- 1.8.3.1