From d2f1b8e4063bf8ef805d6c52cbbcf1407b468a5a Mon Sep 17 00:00:00 2001 From: liquanyu Date: Thu, 31 Dec 2020 11:48:15 +0800 Subject: [PATCH] update --- .../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 e00f4f5..75625be 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 @@ -65,7 +65,8 @@ public enum SmsServiceEnums { YQYSTX(51,"优生提醒",48,"4"), RXATX(52,"乳腺癌提醒",48,"4"), GJATX(53,"宫颈癌提醒",48,"4"), - XSTX(54,"儿童新筛提醒",14,"2"); + XSTX(54,"儿童新筛提醒",14,"2"), + YQZD(55,"孕前指导",48,"4"); private SmsServiceEnums(int id,String name,int pid,String serviceObj){ -- 1.8.3.1