Commit 44c46ac12b1e534991d91246e105fa2700e7768f
1 parent
0a96232dc2
Exists in
master
and in
1 other branch
短信类型
Showing 1 changed file with 5 additions and 1 deletions
platform-common/src/main/java/com/lyms/platform/common/enums/SmsServiceEnums.java
View file @
44c46ac
... | ... | @@ -35,7 +35,11 @@ |
35 | 35 | QT(21,"其他",0,""), |
36 | 36 | JRWH(22,"节日问候",21,"0,1,2,3"), |
37 | 37 | YQTX(23,"疫情提醒",21,"0,1,2,3"), |
38 | - EBYMTX(24,"疫苗接种提醒",14,"2"); | |
38 | + EBYMTX(24,"疫苗接种提醒",14,"2"), | |
39 | + YBYYTX(25,"儿童眼保键预约提醒",14,"2"), | |
40 | + TSYYTX(26,"儿童听力筛查预约提醒",14,"2"), | |
41 | + TYZDYYTX(27,"儿童听力诊断预约提醒",14,"2"), | |
42 | + TLZDYYTX(28,"儿童听力随访预约提醒",14,"2"); | |
39 | 43 | |
40 | 44 | private SmsServiceEnums(int id,String name,int pid,String serviceObj){ |
41 | 45 | this.id = id; |