Commit 54ac4917baf6028ecc7acc618e0f38a6bc921e17
1 parent
893d671903
Exists in
master
and in
6 other branches
修改服务类型的值
Showing 1 changed file with 2 additions and 2 deletions
platform-common/src/main/java/com/lyms/platform/common/enums/ServiceTypeEnums.java
View file @
54ac491
... | ... | @@ -21,9 +21,9 @@ |
21 | 21 | //ADD_SERVICE(1,"增值服务"), |
22 | 22 | ADD_SERVICE(1,"精准医疗服务"), |
23 | 23 | |
24 | - ADD_BLOOD_PRESSURE_MONITOR_SERVICE(2,"血压监测服务"), | |
24 | + ADD_WEIGHT_MONITOR_SERVICE(2,"体重监测服务"), | |
25 | 25 | ADD_BLOOD_SUGAR_MONITOR_SERVICE(3,"血糖监测服务"), |
26 | - ADD_WEIGHT_MONITOR_SERVICE(4,"体重监测服务"), | |
26 | + ADD_BLOOD_PRESSURE_MONITOR_SERVICE(4,"血压监测服务"), | |
27 | 27 | NO_SERVICE(5,"无服务"), |
28 | 28 | NOTIFICATION_SERVICE(6,"服务开通通知"); |
29 | 29 |