From 2ff6ec3ca33517bef4002283359da54bbaba6971 Mon Sep 17 00:00:00 2001 From: liquanyu Date: Tue, 9 Jan 2018 15:45:38 +0800 Subject: [PATCH] update code --- .../src/main/java/com/lyms/platform/common/enums/SmsServiceEnums.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/platform-common/src/main/java/com/lyms/platform/common/enums/SmsServiceEnums.java b/platform-common/src/main/java/com/lyms/platform/common/enums/SmsServiceEnums.java index 079299a..dcd1e37 100644 --- a/platform-common/src/main/java/com/lyms/platform/common/enums/SmsServiceEnums.java +++ b/platform-common/src/main/java/com/lyms/platform/common/enums/SmsServiceEnums.java @@ -34,7 +34,8 @@ public enum SmsServiceEnums { YWTG(20,"业务推广",18,"0,1,2,3"), QT(21,"其他",0,""), JRWH(22,"节日问候",21,"0,1,2,3"), - YQTX(23,"疫情提醒",21,"0,1,2,3"); + YQTX(23,"疫情提醒",21,"0,1,2,3"), + EBYMTX(24,"儿保疫苗提醒",14,"2"); private SmsServiceEnums(int id,String name,int pid,String serviceObj){ this.id = id; -- 1.8.3.1