Commit 114f1bdb0715e9528656a4fb46b729db0d93ced4
1 parent
aec1461305
Exists in
master
and in
6 other branches
修改错别字
Showing 1 changed file with 1 additions and 1 deletions
platform-common/src/main/java/com/lyms/platform/common/enums/ServiceTypeEnums.java
View file @
114f1bd
... | ... | @@ -25,7 +25,7 @@ |
25 | 25 | ADD_BLOOD_SUGAR_MONITOR_SERVICE(3,"血糖监测服务"), |
26 | 26 | ADD_WEIGHT_MONITOR_SERVICE(4,"体重监测服务"), |
27 | 27 | NO_SERVICE(5,"无服务"), |
28 | - NOTIFICATION_SERVICE(6,"精准医疗服务"); | |
28 | + NOTIFICATION_SERVICE(6,"服务开通通知"); | |
29 | 29 | |
30 | 30 | private ServiceTypeEnums(int id, String name){ |
31 | 31 | this.name=name; |