Commit 2ff6ec3ca33517bef4002283359da54bbaba6971

Authored by liquanyu
1 parent fa28f9bf2f

update code

Showing 1 changed file with 2 additions and 1 deletions

platform-common/src/main/java/com/lyms/platform/common/enums/SmsServiceEnums.java View file @ 2ff6ec3
... ... @@ -34,7 +34,8 @@
34 34 YWTG(20,"业务推广",18,"0,1,2,3"),
35 35 QT(21,"其他",0,""),
36 36 JRWH(22,"节日问候",21,"0,1,2,3"),
37   - YQTX(23,"疫情提醒",21,"0,1,2,3");
  37 + YQTX(23,"疫情提醒",21,"0,1,2,3"),
  38 + EBYMTX(24,"儿保疫苗提醒",14,"2");
38 39  
39 40 private SmsServiceEnums(int id,String name,int pid,String serviceObj){
40 41 this.id = id;