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 9e36cea..bcc0109 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 @@ -46,7 +46,8 @@ public enum SmsServiceEnums { ETGQTX(32,"儿童过期提醒",0,""), TSGQTX(33,"儿童听筛过期提醒",32,"2"), YKGQTX(34,"儿童眼科过期提醒",32,"2"), - EBGQTX(35,"儿童儿保过期提醒",32,"2"); + EBGQTX(35,"儿童儿保过期提醒",32,"2"), + FWDGTX(36,"服务订购提醒",18,"1"); private SmsServiceEnums(int id,String name,int pid,String serviceObj){ this.id = id;